Skip to content

Commit

Permalink
Merge pull request #744 from einSelbst/re-enable-eslint-plus-action
Browse files Browse the repository at this point in the history
Re enable eslint plus action
  • Loading branch information
einSelbst committed Jan 26, 2022
2 parents 5c77947 + 23ad85e commit 47539a9
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/eslint.yml
Expand Up @@ -38,8 +38,8 @@ jobs:
eslint:
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: false # not ready for eslint 8, see https://github.com/bradennapier/eslint-plus-action/issues/72
# if: ${{ needs.pre_job.outputs.should_skip != 'true'
runs-on: ubuntu-latest

strategy:
Expand Down Expand Up @@ -95,7 +95,8 @@ jobs:
${{ runner.os }}-yarn-
- name: Run Eslint
uses: bradennapier/eslint-plus-action@v3.4.2
# uses: bradennapier/eslint-plus-action@v3.4.2
uses: Maggi64/eslint-plus-action@master
with:
reportIgnoredFiles: true
issueSummaryType: full

1 comment on commit 47539a9

@vercel
Copy link

@vercel vercel bot commented on 47539a9 Jan 26, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.