Skip to content

Refactor: Move evaluation suite to dedicated evaluations module #12

Refactor: Move evaluation suite to dedicated evaluations module

Refactor: Move evaluation suite to dedicated evaluations module #12

Workflow file for this run

name: PR Open/Sync - Lint
on:
pull_request:
types: [opened, synchronize]
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.13'
- run: pip install uv
- run: uv sync
- run: make lint