Skip to content

Commit 178fd58

Browse files
committed
Blah
1 parent 0e68045 commit 178fd58

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/code-review.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
- name: Run LLM code review
2-
env:
3-
GROQ_API_KEY: ${{ secrets.GROQ_API_KEY }}
4-
PYTHONPATH: ${{ github.workspace }}
5-
run: |
6-
python reviewbot/main.py
1+
name: Run LLM code review
2+
env:
3+
GROQ_API_KEY: ${{ secrets.GROQ_API_KEY }}
4+
PYTHONPATH: ${{ github.workspace }}
5+
run: |
6+
python reviewbot/main.py
77
88
on:
99
pull_request:

0 commit comments

Comments
 (0)