feat: Version synchronization & automatic build generation skills

This commit is contained in:
qcq01083097
2026-06-08 17:12:25 +08:00
parent 252f85c717
commit d75ddb407a
6 changed files with 81 additions and 1 deletions
+9
View File
@@ -27,6 +27,15 @@ jobs:
- run: pnpm -r --filter "./packages/*" build
- name: Verify generated skill assets are committed
run: |
if ! git diff --exit-code -- skills/bailian-cli/SKILL.md skills/bailian-cli/reference/; then
echo "::error::skills/bailian-cli/SKILL.md or reference/ differs from build output."
echo "Run: pnpm --filter bailian-cli run build"
echo "Then commit the updated files."
exit 1
fi
- run: pnpm run check
- run: pnpm test