Skip to content

Commit 1e8514b

Browse files
committed
Specify full path to eslint
1 parent 3e67596 commit 1e8514b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/eslint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ jobs:
1212
- name: Install modules
1313
run: npm i
1414
- name: Run ESLint on binderhub JS
15-
run: eslint binderhub/static/js
15+
run: ./node_modules/.bin/eslint binderhub/static/js

0 commit comments

Comments
 (0)