ditto/.gitlab-ci.yml

19 lines
211 B
YAML
Raw Normal View History

2023-10-06 01:18:03 +00:00
image: denoland/deno:1.37.1
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