Skip to content

Commit

Permalink
Update eslint.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Schmiedmayer <[email protected]>
  • Loading branch information
PSchmiedmayer authored May 29, 2024
1 parent 6e43005 commit 7f0e917
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/eslint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ jobs:
echo "is_fork=true" >> $GITHUB_ENV
else
echo "is_fork=false" >> $GITHUB_ENV
fi
- name: Run ESLint if PR is from a fork
if: env.is_fork == 'true'
run: npm run lint:ci
Expand Down

0 comments on commit 7f0e917

Please sign in to comment.