Skip to content

Commit

Permalink
fix: update eslint flags in pull request workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasGross committed Jan 3, 2025
1 parent 8f149ed commit 579b20a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
with:
github_token: ${{ secrets.github_token }}
reporter: github-pr-check
eslint_flags: '--ext .js --ext .jsx ./src/'
eslint_flags: './src/*/**.js ./src/*/**.jsx'
- name: Lint Javascript
run: yarn lint:js

Expand Down

0 comments on commit 579b20a

Please sign in to comment.