chore: generate contact from api (#35748)

This commit is contained in:
Stephen Zhou
2026-04-30 19:34:27 +08:00
committed by GitHub
parent 458fab1c48
commit 574d5865f4
159 changed files with 52440 additions and 1378 deletions

View File

@@ -113,9 +113,13 @@ jobs:
find . -name "*.py.bak" -type f -delete
- name: Setup web environment
if: github.event_name != 'merge_group' && steps.web-changes.outputs.any_changed == 'true'
if: github.event_name != 'merge_group'
uses: ./.github/actions/setup-web
- name: Generate API contracts
if: github.event_name != 'merge_group' && steps.api-changes.outputs.any_changed == 'true'
run: pnpm --filter @dify/contracts gen-api-contract
- name: ESLint autofix
if: github.event_name != 'merge_group' && steps.web-changes.outputs.any_changed == 'true'
run: |