gitlab-ci: check types
This commit is contained in:
parent
70a29a74fb
commit
bc33f270d0
|
@ -14,6 +14,10 @@ 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