mirror of
https://github.com/modelstudioai/cli.git
synced 2026-09-14 19:49:23 +08:00
feat: Version synchronization & automatic build generation skills
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user