Skip to content

Commit

Permalink
Making eslint command args extra explict. Maybe not needed, will try …
Browse files Browse the repository at this point in the history
…w/o as well
  • Loading branch information
Leandro committed Mar 16, 2022
1 parent 0322a36 commit 78e084e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ jobs:
with:
github_token: ${{ secrets.github_token }}
eslint: true
eslint_args: "-c .eslintrc.json"
eslint_args: "-c .eslintrc.json ."
auto_fix: ${{ github.event_name == 'pull_request' }}
prettier: true

Expand Down

0 comments on commit 78e084e

Please sign in to comment.