Skip to content

Commit

Permalink
Remove unnecessary "--" to pass arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
Splines committed Dec 6, 2023
1 parent 1745160 commit 5529bcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,4 +72,4 @@ jobs:

- name: 'Run ESLint'
if: env.CHANGED_FILES != ''
run: yarn run eslint --ignore-path .gitignore --max-warnings 0 -- $CHANGED_FILES
run: yarn run eslint --ignore-path .gitignore --max-warnings 0 $CHANGED_FILES

0 comments on commit 5529bcf

Please sign in to comment.