Skip to content

Commit

Permalink
chore(eslint.yaml): downgrade eslint-annotate-action to v2 to fix com…
Browse files Browse the repository at this point in the history
…patibility issue

The eslint-annotate-action version is downgraded to v2 to address a compatibility issue and ensure that the GitHub workflow runs smoothly without any errors.
  • Loading branch information
ktun95 committed Feb 26, 2024
1 parent 82ce4cf commit 760509e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/eslint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
run: yarn lint:merge
- name: Annotate Code Linting Results
if: ${{ failure() }}
uses: ataylorme/eslint-annotate-action@v3
uses: ataylorme/eslint-annotate-action@v2
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
report-json: "eslint_output.json"

0 comments on commit 760509e

Please sign in to comment.