You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/pull_request.yml
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -335,6 +335,14 @@ jobs:
335
335
run: cargo run -p xtask_codegen -- configuration
336
336
- name: Run the bindings codegen
337
337
run: cargo run -p xtask_codegen -- bindings
338
+
- name: Setup Bun
339
+
uses: oven-sh/setup-bun@v2
340
+
with:
341
+
bun-version: "1.2.17"
342
+
- name: Install JS dependencies
343
+
run: bun install
344
+
- name: Format generated bindings
345
+
run: bun biome format --write packages/@postgrestools/backend-jsonrpc/src/workspace.ts packages/@postgres-language-server/backend-jsonrpc/src/workspace.ts
0 commit comments