ci: remove `check` job, since `test` already does it

This commit is contained in:
Alex Gleason 2023-09-10 15:14:01 -05:00
parent 052c00821d
commit b725550fc4
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7
1 changed files with 0 additions and 4 deletions

View File

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