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 d1861c1 commit 342d694Copy full SHA for 342d694
1 file changed
.github/workflows/ci.yml
@@ -19,7 +19,7 @@ jobs:
19
deno-version: "v2.x"
20
21
- name: Check Formatting
22
- run: deno fmt --check --ignore=sqlite
+ run: deno fmt --check
23
24
- name: Lint
25
run: deno lint
0 commit comments