Skip to content

Commit cf4f6c6

Browse files
committed
ci: fix eslint command
1 parent fd2e596 commit cf4f6c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/node.js.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ jobs:
2929
- run: yarn install --frozen-lockfile
3030
- run: yarn test
3131
- name: Run ESLint
32-
run: eslint .
32+
run: yarn eslint .

0 commit comments

Comments
 (0)