paren/.drone.yml

18 lines
238 B
YAML

kind: pipeline
type: docker
name: default
trigger:
branch:
- main
event:
- push
- pull_request
steps:
- name: tests
image: denoland/deno:alpine-1.22.3
commands:
- cd /app
- deno test --allow-read