[ci] Optimize ESLint performance with caching and generated file excl… (#4926)

Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
This commit is contained in:
Christian Byrne
2025-08-12 10:31:54 -07:00
committed by GitHub
parent 9c31d708a2
commit 1cf8087be0
5 changed files with 20 additions and 3 deletions

View File

@@ -61,6 +61,11 @@ jobs:
exit 1
fi
- name: Lint generated types
run: |
echo "Linting generated ComfyUI-Manager API types..."
npm run lint:no-cache -- --fix ./src/types/generatedManagerTypes.ts
- name: Check for changes
id: check-changes
run: |

View File

@@ -61,6 +61,11 @@ jobs:
exit 1
fi
- name: Lint generated types
run: |
echo "Linting generated Comfy Registry API types..."
npm run lint:no-cache -- --fix ./src/types/comfyRegistryTypes.ts
- name: Check for changes
id: check-changes
run: |