We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00ba2d2 commit 5dc24e3Copy full SHA for 5dc24e3
.github/workflows/deno_lint.yml
@@ -29,7 +29,7 @@ jobs:
29
run: npm install -g deno
30
31
- name: Run linter
32
- run: deno lint .
+ run: deno lint *.js tests
33
34
- name: Run Deno tests
35
run: npm run test-deno
0 commit comments