diff options
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/triage.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/triage.yml b/.github/workflows/triage.yml index 9cc76973d..6e1509572 100644 --- a/.github/workflows/triage.yml +++ b/.github/workflows/triage.yml @@ -16,6 +16,9 @@ jobs: with: fetch-depth: 1 + - name: Setup Bun + uses: ./.github/actions/setup-bun + - name: Install opencode run: curl -fsSL https://opencode.ai/install | bash |
