Add cursor rule for unit tests (#795)

- Adds baseline cursor rules to assist agents generating unit tests.
- Ignores CI fro .cursor and other directories
This commit is contained in:
filtered
2025-03-17 13:23:39 +11:00
committed by GitHub
parent 5821049493
commit c1f9745e54
2 changed files with 34 additions and 0 deletions

View File

@@ -6,8 +6,21 @@ name: Test ComfyUI Frontend
on:
push:
branches: [main, master]
paths-ignore:
- '.cursor/**'
- '.husky/**'
- '.vscode/**'
- '.github/ISSUE_TEMPLATE/**'
- 'test/**'
pull_request:
branches: [main, master]
paths-ignore:
- '.cursor/**'
- '.husky/**'
- '.vscode/**'
- '.github/ISSUE_TEMPLATE/**'
- 'test/**'
jobs:
test-comfyui-frontend: