Skip to content

feat(plan): add pre-flight check for duplicate upstream PRs and Issues #4

feat(plan): add pre-flight check for duplicate upstream PRs and Issues

feat(plan): add pre-flight check for duplicate upstream PRs and Issues #4

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