mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-03-01 19:20:10 +00:00
[test] Add test workflow to validate CI/CD pipeline
This commit is contained in:
13
.github/workflows/test-cicd.yml
vendored
Normal file
13
.github/workflows/test-cicd.yml
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
name: Test CI/CD Validation
|
||||
on:
|
||||
pull_request:
|
||||
types: [opened, synchronize]
|
||||
|
||||
jobs:
|
||||
validate:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
- name: Validate CI/CD
|
||||
run: echo "CI/CD pipeline validation successful"
|
||||
Reference in New Issue
Block a user