diff options
| author | Dax Raad <[email protected]> | 2025-09-09 23:48:35 -0400 |
|---|---|---|
| committer | Dax Raad <[email protected]> | 2025-09-09 23:48:35 -0400 |
| commit | 8c7fee7840c50610a6d24766445c224c2b5a35b5 (patch) | |
| tree | 65c985cbfa463cc63b7657d41e0a9c82273ef0be /.github | |
| parent | e53fb7f8eda760b9d39479a2038720d54a434629 (diff) | |
| download | opencode-8c7fee7840c50610a6d24766445c224c2b5a35b5.tar.gz opencode-8c7fee7840c50610a6d24766445c224c2b5a35b5.zip | |
ci: fix
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/format.yml | 2 |
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 |
