mirror of
https://gitlab.com/soapbox-pub/ditto.git
synced 2025-12-06 03:19:46 +00:00
ci: deno lint --allow-import
This commit is contained in:
parent
4e0bb16b85
commit
425e0bf3f0
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue