Skip to content

feat(v0.9.9): token-architecture release — physical maturity loading … #41

feat(v0.9.9): token-architecture release — physical maturity loading …

feat(v0.9.9): token-architecture release — physical maturity loading … #41

Workflow file for this run

name: Frontmatter schema validation
on:
pull_request:
paths:
- 'core/skills/**'
- 'core/rules/**'
- 'core/schemas/**'
- 'scripts/validate-frontmatter.py'
push:
branches: [main]
paths:
- 'core/skills/**'
- 'core/rules/**'
jobs:
validate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/setup-python@v6
with:
python-version: '3.12'
- name: Install validator dependencies
run: pip install pyyaml jsonschema
- name: Validate SKILL.md and rule frontmatter
run: python3 scripts/validate-frontmatter.py