Skip to content

chore(compile): regenerate for #23/#25/#27 + changelog #44

chore(compile): regenerate for #23/#25/#27 + changelog

chore(compile): regenerate for #23/#25/#27 + changelog #44

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