mirror of
https://gitlab.com/soapbox-pub/ditto.git
synced 2025-12-06 11:29:46 +00:00
gitlab-ci: check types
This commit is contained in:
parent
70a29a74fb
commit
bc33f270d0
1 changed files with 4 additions and 0 deletions
|
|
@ -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…
Add table
Reference in a new issue