srt-to-vtt/.drone.yml
Sam Therapy 44d7a9bfdd
Some checks failed
continuous-integration/drone/push Build is failing
Add the library
Signed-off-by: Sam Therapy <sam@samtherapy.net>
2022-05-12 20:54:40 +02:00

15 lines
234 B
YAML

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