From b725550fc4ce422285d862e38cb33293b634f962 Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Sun, 10 Sep 2023 15:14:01 -0500 Subject: [PATCH] ci: remove `check` job, since `test` already does it --- .gitlab-ci.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a80d993..69fbb6a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -14,10 +14,6 @@ lint: stage: test script: deno lint -check: - stage: test - script: deno task check - test: stage: test script: deno task test \ No newline at end of file