ditto/.gitlab-ci.yml

19 lines
211 B
YAML
Raw Normal View History

2023-12-17 17:02:44 +00:00
image: denoland/deno:1.39.0
2023-03-05 05:28:18 +00:00
default:
interruptible: true
stages:
- test
fmt:
stage: test
script: deno fmt --check
lint:
stage: test
script: deno lint
2023-07-26 01:55:43 +00:00
test:
stage: test
script: deno task test