Aiden Cline 3 месяцев назад
Родитель
Сommit
8a185aa678
2 измененных файлов с 4 добавлено и 0 удалено
  1. 2 0
      .github/workflows/duplicate-issues.yml
  2. 2 0
      .github/workflows/review.yml

+ 2 - 0
.github/workflows/duplicate-issues.yml

@@ -16,6 +16,8 @@ jobs:
         with:
         with:
           fetch-depth: 1
           fetch-depth: 1
 
 
+      - uses: ./.github/actions/setup-bun
+
       - name: Install opencode
       - name: Install opencode
         run: curl -fsSL https://opencode.ai/install | bash
         run: curl -fsSL https://opencode.ai/install | bash
 
 

+ 2 - 0
.github/workflows/review.yml

@@ -29,6 +29,8 @@ jobs:
         with:
         with:
           fetch-depth: 1
           fetch-depth: 1
 
 
+      - uses: ./.github/actions/setup-bun
+
       - name: Install opencode
       - name: Install opencode
         run: curl -fsSL https://opencode.ai/install | bash
         run: curl -fsSL https://opencode.ai/install | bash