Skip to content

Commit

Permalink
Fix ESLint command by removing redundant dot in the run script
Browse files Browse the repository at this point in the history
  • Loading branch information
austenstone committed Nov 11, 2024
1 parent dafc44c commit 77687ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/eslint/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ runs:

- name: Run ESLint
shell: bash
run: ./node_modules/.bin/eslint . --format @microsoft/eslint-formatter-sarif --output-file eslint-results.sarif
run: ./node_modules/.bin/eslint --format @microsoft/eslint-formatter-sarif --output-file eslint-results.sarif
env:
SARIF_ESLINT_IGNORE_SUPPRESSED: "true"
working-directory: ${{ inputs.working-directory }}
Expand Down

0 comments on commit 77687ed

Please sign in to comment.