Skip to content

Commit

Permalink
remove wearrerrequired/lint-action due to eslint9 incompat
Browse files Browse the repository at this point in the history
  • Loading branch information
jafin committed Jul 12, 2024
1 parent 1d51a37 commit 7125b22
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,12 @@ jobs:
run: pnpm i

- name: Run linters
uses: wearerequired/lint-action@v2
with:
eslint: true
prettier: false #runs part of eslint
autofix: false #does not work well with pull requests https://github.com/wearerequired/lint-action?tab=readme-ov-file#limitations
run: pnpm run lint

# Currently incompatible with ESlint 9 (https://github.com/wearerequired/lint-action/pull/799)
# - name: Run linters
# uses: wearerequired/lint-action@v2
# with:
# eslint: true
# prettier: false #runs part of eslint
# autofix: false #does not work well with pull requests https://github.com/wearerequired/lint-action?tab=readme-ov-file#limitations

0 comments on commit 7125b22

Please sign in to comment.