Skip to content

Migrate to uv, ruff, and hatch #281

Migrate to uv, ruff, and hatch

Migrate to uv, ruff, and hatch #281

Workflow file for this run

name: PR checks
on:
pull_request:
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/setup-python@v6
with:
python-version: "3.12"
- uses: pre-commit/action@v3.0.1