Skip to content

Commit

Permalink
Fix eslint command for GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
ronilaukkarinen committed Apr 18, 2024
1 parent 60e6f54 commit 42bb27a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ jobs:
npm i reframe.js@^4.0.0 --save
npm i
npm i [email protected] --save-dev
eslint -c .eslintrc.js js/src/
npx eslint -c .eslintrc.js js/src/

0 comments on commit 42bb27a

Please sign in to comment.