File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ name : Build Gallery Index
2+
3+ on :
4+ workflow_dispatch :
5+ push :
6+ branches : [ main ]
7+ paths :
8+ - ' gallery/**'
9+
10+ jobs :
11+ build-index :
12+ runs-on : ubuntu-latest
13+ steps :
14+ - uses : actions/checkout@v4
15+ - name : Placeholder
16+ run : echo "Index builder workflow scaffolded"
Original file line number Diff line number Diff line change 1+ name : Gallery Validate
2+
3+ on :
4+ pull_request :
5+ paths :
6+ - ' gallery/**'
7+ - ' .github/workflows/gallery-validate.yml'
8+ push :
9+ branches : [ main ]
10+ paths :
11+ - ' gallery/**'
12+ - ' .github/workflows/gallery-validate.yml'
13+
14+ jobs :
15+ validate-gallery :
16+ runs-on : ubuntu-latest
17+ steps :
18+ - uses : actions/checkout@v4
19+ - name : Placeholder
20+ run : echo "Gallery validation workflow scaffolded"
Original file line number Diff line number Diff line change 1+ # Tree Gallery
2+
3+ Public gallery repository for Tree collection scripts.
4+
5+ Status: scaffold initialized.
You can’t perform that action at this time.
0 commit comments