mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-09 09:30:06 +00:00
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:
13
.github/workflows/test-comfyui-frontend.yml
vendored
13
.github/workflows/test-comfyui-frontend.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user