Skip to content

Test/v1.2 03 09 2025 #99

Test/v1.2 03 09 2025

Test/v1.2 03 09 2025 #99

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