diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index fdb188d..5cff577 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -14,6 +14,10 @@ lint: stage: test script: deno lint +check: + stage: test + script: deno task check + test: stage: test script: deno task test