Skip to content

docs: add skill table to top of skills.md with anchor links #202

docs: add skill table to top of skills.md with anchor links

docs: add skill table to top of skills.md with anchor links #202

Workflow file for this run

name: Skill Docs Freshness
on: [push, pull_request]
jobs:
check-freshness:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2
- run: bun install
- run: bun run gen:skill-docs
- run: git diff --exit-code || (echo "Generated SKILL.md files are stale. Run: bun run gen:skill-docs" && exit 1)

Check failure on line 11 in .github/workflows/skill-docs.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/skill-docs.yml

Invalid workflow file

You have an error in your yaml syntax on line 11