strfry-policies/.gitlab-ci.yml

19 lines
211 B
YAML
Raw Normal View History

2023-03-25 15:15:06 +00:00
image: denoland/deno:1.32.1
default:
interruptible: true
stages:
- test
fmt:
stage: test
script: deno fmt --check
lint:
stage: test
script: deno lint
test:
stage: test
2023-03-26 21:19:33 +00:00
script: deno task test