openapi generate

This commit is contained in:
Dax Raad
2025-12-05 20:01:55 -05:00
parent 9362368fd3
commit 4ef239a086
3 changed files with 8795 additions and 1 deletions

View File

@@ -25,10 +25,12 @@ jobs:
- name: run
run: |
bun ./packages/sdk/js/script/build.ts
(cd packages/opencode && bun dev generate > ../sdk/openapi.json)
if [ -z "$(git status --porcelain)" ]; then
echo "No changes to commit"
exit 0
fi
bun ./packages/opencode/src/index.ts
git config --local user.email "action@github.com"
git config --local user.name "GitHub Action"
git add -A

1
.gitignore vendored
View File

@@ -6,7 +6,6 @@ node_modules
.idea
.vscode
*~
openapi.json
playground
tmp
dist

8793
packages/sdk/js/openapi.json Normal file

File diff suppressed because it is too large Load Diff