summaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
authorDax Raad <[email protected]>2025-09-09 23:48:35 -0400
committerDax Raad <[email protected]>2025-09-09 23:48:35 -0400
commit8c7fee7840c50610a6d24766445c224c2b5a35b5 (patch)
tree65c985cbfa463cc63b7657d41e0a9c82273ef0be /.github
parente53fb7f8eda760b9d39479a2038720d54a434629 (diff)
downloadopencode-8c7fee7840c50610a6d24766445c224c2b5a35b5.tar.gz
opencode-8c7fee7840c50610a6d24766445c224c2b5a35b5.zip
ci: fix
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/format.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml
index 84f82cafc..f7f12c36f 100644
--- a/.github/workflows/format.yml
+++ b/.github/workflows/format.yml
@@ -24,6 +24,6 @@ jobs:
run: bun install
- name: Run format
- run: bun run format
+ run: ./script/format.ts
env:
CI: true