Skip to content

Commit 7fc643c

Browse files
committed
fix ci
1 parent dfab646 commit 7fc643c

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
@@ -25,7 +25,7 @@ jobs:
2525
run: deno lint --ignore=sqlite,bench
2626

2727
- name: Check
28-
run: deno check --check src/ test/ scripts/ mod.ts
28+
run: deno check src/ test/ scripts/ mod.ts
2929

3030
build-and-test:
3131
strategy:

0 commit comments

Comments
 (0)