Skip to content

Commit d1861c1

Browse files
committed
Remove sqlite ignore flag from lint step in CI workflow
1 parent 606ffe8 commit d1861c1

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
@@ -22,7 +22,7 @@ jobs:
2222
run: deno fmt --check --ignore=sqlite
2323

2424
- name: Lint
25-
run: deno lint --ignore=sqlite
25+
run: deno lint
2626

2727
- name: Check
2828
run: deno check src/ test/ scripts/ mod.ts

0 commit comments

Comments
 (0)