Skip to content

feat: Codex-compatible skills distribution (spike) #179

feat: Codex-compatible skills distribution (spike)

feat: Codex-compatible skills distribution (spike) #179

Workflow file for this run

name: Lint skills
on:
pull_request:
branches: [main]
push:
branches: [main]
workflow_dispatch:
jobs:
lint:
name: Validate catalog structure
runs-on: ubuntu-latest
steps:
- name: Check out repo
uses: actions/checkout@v6
- name: Set up Python
uses: actions/setup-python@v6
with:
python-version: "3.12"
- name: Install dependencies
run: pip install pyyaml
- name: Run skill linter
run: python .github/scripts/lint_skills.py