Update lint.yml

This commit is contained in:
zomars
2022-07-12 14:11:29 -06:00
parent 0ff6d4557a
commit a677ffb2a5
+1 -1
View File
@@ -39,7 +39,7 @@ jobs:
run: jq -s '[.[]]|flatten' lint-results/*.json &> lint-results/eslint_report.json
- name: Annotate Code Linting Results
uses: ataylorme/eslint-annotate-action@1.2.0
uses: ataylorme/eslint-annotate-action@2.0.0
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
report-json: "lint-results/eslint_report.json"