gitlab-ci: check types

This commit is contained in:
Alex Gleason 2024-04-08 11:33:28 -05:00
parent 70a29a74fb
commit bc33f270d0
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7
1 changed files with 4 additions and 0 deletions

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