awl/.drone.yml
Sam Therapy 7a7d4ad325
All checks were successful
continuous-integration/drone/push Build is passing
Change container distro
Signed-off-by: Sam Therapy <sam@samtherapy.net>
2022-06-18 20:14:42 +02:00

13 lines
234 B
YAML

kind: pipeline
type: docker
name: default
steps:
- name: lint
image: denoland/deno:debian
commands:
- deno fmt --check
- deno lint
- name: test
image: denoland/deno:debian
commands:
- deno test -A