ci: deno lint --allow-import

This commit is contained in:
Alex Gleason 2025-02-16 00:42:46 -06:00
parent 4e0bb16b85
commit 425e0bf3f0
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7

View file

@ -10,7 +10,7 @@ test:
stage: test stage: test
script: script:
- deno fmt --check - deno fmt --check
- deno lint - deno lint --allow-import
- deno task check - deno task check
- deno task test --coverage=cov_profile - deno task test --coverage=cov_profile
- deno coverage cov_profile - deno coverage cov_profile