Skip to content

[pull] main from garrytan:main #5

[pull] main from garrytan:main

[pull] main from garrytan:main #5

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
- name: Check Claude host freshness
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 12 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 12
- name: Check Codex host generation succeeds
run: bun run gen:skill-docs --host codex