Skip to content

Commit 34de711

Browse files
authored
Update deno_lint.yml
1 parent 5dc24e3 commit 34de711

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deno_lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
run: npm install -g deno
3030

3131
- name: Run linter
32-
run: deno lint *.js tests
32+
run: find . -type f \( -iname "*.js" ! -path "./node_modules/*" ! -path "./tests/*.test-jest.js" \) -print0 | xargs -0 deno lint
3333

3434
- name: Run Deno tests
3535
run: npm run test-deno

0 commit comments

Comments
 (0)