ci: disable limit annotation (#31072)

This commit is contained in:
Stephen Zhou 2026-01-15 23:04:26 +08:00 committed by GitHub
parent 1a2fce7055
commit b06c7c8f33
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 6 additions and 6 deletions

View File

@ -109,12 +109,12 @@ jobs:
pnpm run lint:report
continue-on-error: true
- name: Annotate Code
if: steps.changed-files.outputs.any_changed == 'true'
uses: DerLev/eslint-annotations@51347b3a0abfb503fc8734d5ae31c4b151297fae
with:
eslint-report: web/eslint_report.json
github-token: ${{ secrets.GITHUB_TOKEN }}
# - name: Annotate Code
# if: steps.changed-files.outputs.any_changed == 'true' && github.event_name == 'pull_request'
# uses: DerLev/eslint-annotations@51347b3a0abfb503fc8734d5ae31c4b151297fae
# with:
# eslint-report: web/eslint_report.json
# github-token: ${{ secrets.GITHUB_TOKEN }}
- name: Web type check
if: steps.changed-files.outputs.any_changed == 'true'