mirror of
https://gitlab.com/soapbox-pub/ditto.git
synced 2025-12-06 11:29:46 +00:00
19 lines
No EOL
211 B
YAML
19 lines
No EOL
211 B
YAML
image: denoland/deno:1.38.4
|
|
|
|
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 |