Skip to content

Commit

Permalink
Upgrade eslint-annotate-action to v3 (#144)
Browse files Browse the repository at this point in the history
  • Loading branch information
szepeviktor authored Apr 19, 2024
1 parent a191a8f commit 9b55677
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/front-end.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,10 +108,10 @@ jobs:
continue-on-error: true
-
name: "Annotate ESLint Results"
uses: "ataylorme/eslint-annotate-action@2.2.0"
uses: "ataylorme/eslint-annotate-action@3.0.0"
with:
check-name: "𝕩 ESLint Annotations"
repo-token: "${{ github.token }}"
GITHUB_TOKEN: "${{ github.token }}"
report-json: "${{ runner.temp }}/eslint-report.json"

scss_coding_standards:
Expand Down

0 comments on commit 9b55677

Please sign in to comment.