Skip to content

Commit

Permalink
ci: revert action that annotations eslint results to fix ci on main
Browse files Browse the repository at this point in the history
Reverts #240

The action that we use to parse eslint results had a major version release (`v3`) and then changed the release to `v3-beta`.

Until the project creates a git tag indicating more clearly that v3 is ready for prod, I think we should continue to use v2 to keep `main` CI checks passing.

commit-id:6e52990a
  • Loading branch information
levibostian committed Mar 21, 2024
1 parent ae3257b commit 32f2676
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ jobs:
- run: yarn lint:report

- name: Annotate Code Linting Results
uses: ataylorme/eslint-annotate-action@v3
uses: ataylorme/eslint-annotate-action@v2
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
repo-token: ${{ secrets.GITHUB_TOKEN }}
check-name: 'eslint results'
only-pr-files: false
fail-on-warning: false
Expand Down

0 comments on commit 32f2676

Please sign in to comment.