summaryrefslogtreecommitdiffhomepage
path: root/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/duplicate-prs.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/duplicate-prs.yml b/.github/workflows/duplicate-prs.yml
index 87168dd72..7e6dbf79c 100644
--- a/.github/workflows/duplicate-prs.yml
+++ b/.github/workflows/duplicate-prs.yml
@@ -33,6 +33,9 @@ jobs:
- name: Install dependencies
run: bun install
+ - name: Install opencode
+ run: curl -fsSL https://opencode.ai/install | bash
+
- name: Build prompt
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}