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