Skip to content

refactor: address review feedback on PR #14 #49

refactor: address review feedback on PR #14

refactor: address review feedback on PR #14 #49

Workflow file for this run

name: CI
on:
push:
pull_request:
branches: [main]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.11", "3.12", "3.13"]
steps:
- uses: actions/checkout@v4
- uses: astral-sh/setup-uv@v5
with:
python-version: ${{ matrix.python-version }}
- run: uv sync --group dev
- run: uv run pytest