ci: remove `check` job, since `test` already does it
This commit is contained in:
parent
052c00821d
commit
b725550fc4
|
@ -14,10 +14,6 @@ lint:
|
|||
stage: test
|
||||
script: deno lint
|
||||
|
||||
check:
|
||||
stage: test
|
||||
script: deno task check
|
||||
|
||||
test:
|
||||
stage: test
|
||||
script: deno task test
|
Loading…
Reference in New Issue