This commit is contained in:
@@ -7,8 +7,6 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
ai-review:
|
ai-review:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container:
|
|
||||||
image: nikitafilonov/ai-review:latest
|
|
||||||
|
|
||||||
env:
|
env:
|
||||||
AI_REVIEW_CONFIG_FILE_YAML: ./shared-prompts/iac/.ai-review.yaml
|
AI_REVIEW_CONFIG_FILE_YAML: ./shared-prompts/iac/.ai-review.yaml
|
||||||
@@ -30,6 +28,11 @@ jobs:
|
|||||||
submodules: true
|
submodules: true
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
|
- name: Install ai-review
|
||||||
|
run: |
|
||||||
|
apt-get update && apt-get install -y --no-install-recommends python3-pip
|
||||||
|
pip install xai-review --break-system-packages
|
||||||
|
|
||||||
- name: Run inline review
|
- name: Run inline review
|
||||||
run: ai-review inline
|
run: ai-review inline
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user