summaryrefslogtreecommitdiffhomepage
path: root/.github/workflows/format.yml
diff options
context:
space:
mode:
authorDax Raad <[email protected]>2025-09-10 04:23:43 -0400
committerDax Raad <[email protected]>2025-09-10 04:23:57 -0400
commit6960408ca226703cc5837eac0b4ffc6d077a0bdd (patch)
tree81d647e258bea76c39aa8cf300b346cdfec6b286 /.github/workflows/format.yml
parentfa36195492196fb7e11c0f0fe2586dabd844129a (diff)
downloadopencode-6960408ca226703cc5837eac0b4ffc6d077a0bdd.tar.gz
opencode-6960408ca226703cc5837eac0b4ffc6d077a0bdd.zip
ci: bump version
Diffstat (limited to '.github/workflows/format.yml')
-rw-r--r--.github/workflows/format.yml9
1 files changed, 4 insertions, 5 deletions
diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml
index e78702301..7a42fe823 100644
--- a/.github/workflows/format.yml
+++ b/.github/workflows/format.yml
@@ -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