From 425e0bf3f0ca1bd80de50ab7f1e5bcae11fcdd40 Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Sun, 16 Feb 2025 00:42:46 -0600 Subject: [PATCH] ci: deno lint --allow-import --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c27e7584..39af1489 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -10,7 +10,7 @@ test: stage: test script: - deno fmt --check - - deno lint + - deno lint --allow-import - deno task check - deno task test --coverage=cov_profile - deno coverage cov_profile