mirror of
https://github.com/sst/opencode.git
synced 2025-12-23 10:11:41 +00:00
format on write
This commit is contained in:
parent
b0cd171c1b
commit
802b862aae
1 changed files with 1 additions and 0 deletions
1
.github/workflows/sdk.yml
vendored
1
.github/workflows/sdk.yml
vendored
|
|
@ -28,6 +28,7 @@ jobs:
|
|||
run: |
|
||||
bun ./packages/sdk/js/script/build.ts
|
||||
(cd packages/opencode && bun dev generate > ../sdk/openapi.json)
|
||||
bun x prettier --write packages/sdk/js/src/openapi.ts
|
||||
if [ -z "$(git status --porcelain)" ]; then
|
||||
echo "No changes to commit"
|
||||
exit 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue