Update lint.yml
parent
a677ffb2a5
commit
1f953c5ca0
|
@ -39,7 +39,7 @@ jobs:
|
||||||
run: jq -s '[.[]]|flatten' lint-results/*.json &> lint-results/eslint_report.json
|
run: jq -s '[.[]]|flatten' lint-results/*.json &> lint-results/eslint_report.json
|
||||||
|
|
||||||
- name: Annotate Code Linting Results
|
- name: Annotate Code Linting Results
|
||||||
uses: ataylorme/eslint-annotate-action@2.0.0
|
uses: ataylorme/eslint-annotate-action@v2
|
||||||
with:
|
with:
|
||||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
report-json: "lint-results/eslint_report.json"
|
report-json: "lint-results/eslint_report.json"
|
||||||
|
|
Loading…
Reference in New Issue