gitlab-ci: check types
This commit is contained in:
parent
70a29a74fb
commit
bc33f270d0
|
@ -14,6 +14,10 @@ lint:
|
||||||
stage: test
|
stage: test
|
||||||
script: deno lint
|
script: deno lint
|
||||||
|
|
||||||
|
check:
|
||||||
|
stage: test
|
||||||
|
script: deno task check
|
||||||
|
|
||||||
test:
|
test:
|
||||||
stage: test
|
stage: test
|
||||||
script: deno task test
|
script: deno task test
|
||||||
|
|
Loading…
Reference in New Issue