mirror of
https://github.com/anomalyco/opencode.git
synced 2026-04-29 04:59:51 +00:00
ci: bump version
This commit is contained in:
parent
fa36195492
commit
6960408ca2
3 changed files with 25 additions and 19 deletions
9
.github/workflows/format.yml
vendored
9
.github/workflows/format.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue