mirror of https://github.com/langgenius/dify.git
ci: disable limit annotation (#31072)
This commit is contained in:
parent
1a2fce7055
commit
b06c7c8f33
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Reference in New Issue