We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e68045 commit 178fd58Copy full SHA for 178fd58
1 file changed
.github/workflows/code-review.yml
@@ -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
+name: Run LLM code review
+env:
+ GROQ_API_KEY: ${{ secrets.GROQ_API_KEY }}
+ PYTHONPATH: ${{ github.workspace }}
+run: |
+ python reviewbot/main.py
7
8
on:
9
pull_request:
0 commit comments