Skip to content

Test/v1.0 2025 09 01 #93

Test/v1.0 2025 09 01

Test/v1.0 2025 09 01 #93

name: Env and placeholder validation
on:
pull_request:
types: [opened, synchronize, reopened]
jobs:
validate-env:
name: Validate env and schema
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Run env/schema checks
run: |
chmod +x scripts/ci-check-env.sh
./scripts/ci-check-env.sh