Skip to content

Commit 342d694

Browse files
committed
Remove sqlite from deno fmt ignore list in CI workflow
1 parent d1861c1 commit 342d694

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
deno-version: "v2.x"
2020

2121
- name: Check Formatting
22-
run: deno fmt --check --ignore=sqlite
22+
run: deno fmt --check
2323

2424
- name: Lint
2525
run: deno lint

0 commit comments

Comments
 (0)