mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-03-30 05:43:55 +00:00
format on write
This commit is contained in:
parent
b0cd171c1b
commit
802b862aae
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…
x
Reference in New Issue
Block a user