Skip to content

Commit

Permalink
Update pull-request.yml (Restored if statement)
Browse files Browse the repository at this point in the history
  • Loading branch information
palisadoes authored Feb 8, 2024
1 parent 19a5094 commit cc5872e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ jobs:
'!src/types/**.ts'
- name: Run ESLint to check for linting errors in modified files
if: steps.changed_files.outputs.any_changed == 'true'
env:
CHANGED_FILES: ${{ steps.changed_files.outputs.all_changed_files }}
run: npx eslint ${CHANGED_FILES}
Expand Down

0 comments on commit cc5872e

Please sign in to comment.