Skip to content

Commit

Permalink
ci: don't skip eslint-plus, prejob strange
Browse files Browse the repository at this point in the history
  • Loading branch information
einSelbst committed Jan 26, 2022
1 parent 2ca34e8 commit 23ad85e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/eslint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
name: Run ESLint
needs: pre_job
# if: false # not ready for eslint 8, see https://github.com/bradennapier/eslint-plus-action/issues/72
if: ${{ needs.pre_job.outputs.should_skip != 'true' }}
# if: ${{ needs.pre_job.outputs.should_skip != 'true'
runs-on: ubuntu-latest

strategy:
Expand Down

0 comments on commit 23ad85e

Please sign in to comment.