Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonxiang committed Aug 22, 2024
1 parent 00e79f6 commit 5b17e03
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/cr.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Automated Ollama Code Review

on:
pull_request:
branches:
- main

jobs:
ollama_review:
runs-on: ubuntu-latest
name: Ollama Code Review Job
steps:
- name: Checkout Repository
uses: actions/checkout@v2

- name: Ollama Code Review
uses: ./.github/actions/ollama-code-review
with:
llm-model: 'codegemma'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 5b17e03

Please sign in to comment.