Skip to content

Commit

Permalink
Fix Github Actions eslint task (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
rutmanz authored Jun 14, 2024
1 parent d4e1284 commit 9a1425f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ jobs:
run: npm run actions:lint
continue-on-error: true
- name: Annotate Code Linting Results
uses: ataylorme/eslint-annotate-action@v2
uses: ataylorme/eslint-annotate-action@v3
continue-on-error: true
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
report-json: "eslint_report.json"
- name: Upload ESLint report
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit 9a1425f

Please sign in to comment.