Skip to content

Commit 84d0694

Browse files
committed
fixing eslint test
1 parent bfc9574 commit 84d0694

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/eslint-validation-test.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ jobs:
3030
run: |
3131
npm install eslint globals @eslint/js
3232
cp ../../../eslint.config.mjs .
33-
eslint . --ext .js,.jsx,.ts,.tsx
33+
npx eslint . --ext .js

0 commit comments

Comments
 (0)