We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 606ffe8 commit d1861c1Copy full SHA for d1861c1
1 file changed
.github/workflows/ci.yml
@@ -22,7 +22,7 @@ jobs:
22
run: deno fmt --check --ignore=sqlite
23
24
- name: Lint
25
- run: deno lint --ignore=sqlite
+ run: deno lint
26
27
- name: Check
28
run: deno check src/ test/ scripts/ mod.ts
0 commit comments