mirror of
https://github.com/garrytan/gstack.git
synced 2026-07-10 01:48:38 +02:00
Merge PR #311: fix YAML linter error in skill-docs workflow
This commit is contained in:
@@ -9,7 +9,9 @@ jobs:
|
|||||||
- run: bun install
|
- run: bun install
|
||||||
- name: Check Claude host freshness
|
- name: Check Claude host freshness
|
||||||
run: bun run gen:skill-docs
|
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)
|
- run: |
|
||||||
|
git diff --exit-code || (echo "Generated SKILL.md files are stale. Run: bun run gen:skill-docs" && exit 1)
|
||||||
- name: Check Codex host freshness
|
- name: Check Codex host freshness
|
||||||
run: bun run gen:skill-docs --host codex
|
run: bun run gen:skill-docs --host codex
|
||||||
- run: git diff --exit-code -- .agents/ || (echo "Generated Codex SKILL.md files are stale. Run: bun run gen:skill-docs --host codex" && exit 1)
|
- run: |
|
||||||
|
git diff --exit-code -- .agents/ || (echo "Generated Codex SKILL.md files are stale. Run: bun run gen:skill-docs --host codex" && exit 1)
|
||||||
|
|||||||
Reference in New Issue
Block a user