Skip to content

docs: add README with setup and configuration guide #10

docs: add README with setup and configuration guide

docs: add README with setup and configuration guide #10

Workflow file for this run

name: Code Review
on:
pull_request:
types: [opened, synchronize]
pull_request_review_comment:
types: [created]
jobs:
review:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- uses: ./
with:
gemini-api-key: ${{ secrets.GEMINI_API_KEY }}