Skip to content

Commit 970ce57

Browse files
committed
ignore bench for now
1 parent 1190f8e commit 970ce57

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ jobs:
2222
run: deno fmt --check --ignore=sqlite
2323

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

2727
- name: Check
28-
run: deno check --ignore=sqlite
28+
run: deno check --ignore=sqlite,bench
2929

3030
build-and-test:
3131
strategy:

0 commit comments

Comments
 (0)