Skip to content

chore: scaffold gallery repo with placeholder workflows #1

chore: scaffold gallery repo with placeholder workflows

chore: scaffold gallery repo with placeholder workflows #1

name: Gallery Validate
on:
pull_request:
paths:
- 'gallery/**'
- '.github/workflows/gallery-validate.yml'
push:
branches: [ main ]
paths:
- 'gallery/**'
- '.github/workflows/gallery-validate.yml'
jobs:
validate-gallery:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Placeholder
run: echo "Gallery validation workflow scaffolded"