Skip to content

Commit ff557f4

Browse files
committed
Fix workflow
1 parent b7b0172 commit ff557f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/eslint-plugin-diff.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ jobs:
1111
- name: Run ESLint on your changes only
1212
env:
1313
ESLINT_PLUGIN_DIFF_COMMIT: $GITHUB_HEAD_REF
14-
run: eslint --ext .js,.jsx,.ts,.tsx .
14+
run: node_modules/.bin/eslint --ext .js,.jsx,.ts,.tsx .

0 commit comments

Comments
 (0)