gitlab-ci: check types

This commit is contained in:
Alex Gleason
2024-04-08 11:33:28 -05:00
parent 70a29a74fb
commit bc33f270d0

View File

@@ -14,6 +14,10 @@ lint:
stage: test
script: deno lint
check:
stage: test
script: deno task check
test:
stage: test
script: deno task test