Skip to content

agis09 runs test

agis09 runs test #5

Workflow file for this run

name: test
run-name: ${{ github.actor }} runs test
on: [push]
jobs:
check-bats-version:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.12.x'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install poetry
poetry install
- name: Run review
env:
GOOGLE_API_KEY: ${{ secrets.GOOGLE_API_KEY }}
run: poetry run python run_gemini.py