diff options
| author | Aiden Cline <[email protected]> | 2025-11-25 11:27:29 -0600 |
|---|---|---|
| committer | Aiden Cline <[email protected]> | 2025-11-25 11:27:29 -0600 |
| commit | 01bcb9dff91379e8d8257c26f09c6bc451e1bf21 (patch) | |
| tree | 2d5da83534434e1c1dea60e5b2ac209af55dda29 /.github/workflows/opencode.yml | |
| parent | 101f86ad1fc0198aa4d45ab240f64a013979b34a (diff) | |
| download | opencode-01bcb9dff91379e8d8257c26f09c6bc451e1bf21.tar.gz opencode-01bcb9dff91379e8d8257c26f09c6bc451e1bf21.zip | |
ci: setup bun
Diffstat (limited to '.github/workflows/opencode.yml')
| -rw-r--r-- | .github/workflows/opencode.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/opencode.yml b/.github/workflows/opencode.yml index 038050fbe..75533df70 100644 --- a/.github/workflows/opencode.yml +++ b/.github/workflows/opencode.yml @@ -21,6 +21,8 @@ jobs: - name: Checkout repository uses: actions/checkout@v4 + - uses: ./.github/actions/setup-bun + - name: Run opencode uses: sst/opencode/github@latest env: |
