We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfab646 commit 7fc643cCopy full SHA for 7fc643c
1 file changed
.github/workflows/ci.yml
@@ -25,7 +25,7 @@ jobs:
25
run: deno lint --ignore=sqlite,bench
26
27
- name: Check
28
- run: deno check --check src/ test/ scripts/ mod.ts
+ run: deno check src/ test/ scripts/ mod.ts
29
30
build-and-test:
31
strategy:
0 commit comments