Skip to content

fix: remove arbitrary 0.1 OPG floor from LLM.ensure_opg_approval() — validate positive only #132

fix: remove arbitrary 0.1 OPG floor from LLM.ensure_opg_approval() — validate positive only

fix: remove arbitrary 0.1 OPG floor from LLM.ensure_opg_approval() — validate positive only #132

Workflow file for this run

name: Check
on:
pull_request:
branches: [main]
push:
branches: [main]
permissions:
contents: read
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install uv
uses: astral-sh/setup-uv@v5
- name: Set up Python
run: uv python install 3.11
- name: Install dependencies
run: uv sync --all-extras
- name: Run checks
run: make check