Skip to content

Commit

Permalink
use npx when running eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
yomybaby committed Sep 11, 2023
1 parent 2d06f55 commit e3680df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/jest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Install dependencies
run: npm install
- name: Run ESLint on React
run: eslint ./src --ignore-pattern '*.test.*' --max-warnings=0
run: npx eslint ./src --ignore-pattern '*.test.*' --max-warnings=0
- uses: ArtiomTr/jest-coverage-report-action@v2
with:
skip-step: install
Expand Down

0 comments on commit e3680df

Please sign in to comment.