ditto/.gitlab-ci.yml

19 lines
217 B
YAML
Raw Normal View History

2023-05-04 02:58:39 +00:00
image: denoland/deno:1.33.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
# test:
# stage: test
# script: deno task test