ditto/.gitlab-ci.yml
2023-05-03 21:58:39 -05:00

19 lines
No EOL
217 B
YAML

image: denoland/deno:1.33.1
default:
interruptible: true
stages:
- test
fmt:
stage: test
script: deno fmt --check
lint:
stage: test
script: deno lint
# test:
# stage: test
# script: deno task test