ci: bump version

This commit is contained in:
Dax Raad
2025-09-10 04:23:43 -04:00
parent fa36195492
commit 6960408ca2
3 changed files with 25 additions and 19 deletions

View File

@@ -20,10 +20,9 @@ jobs:
with:
bun-version: 1.2.21
- name: Install dependencies
run: bun install
- name: Run format
run: ./script/format.ts
- name: run
run: |
bun install
./script/format.ts
env:
CI: true