Skip to content

chore(release): 0.3.2 — canonicalize repo URLs to SharpAPI-Python #33

chore(release): 0.3.2 — canonicalize repo URLs to SharpAPI-Python

chore(release): 0.3.2 — canonicalize repo URLs to SharpAPI-Python #33

Workflow file for this run

name: Tests
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.10", "3.11", "3.12", "3.13"]
steps:
- uses: actions/checkout@v6
- uses: actions/setup-python@v6
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
pip install -e ".[pandas]"
pip install ruff pyright
- name: Ruff check
run: ruff check
- name: Pyright
run: pyright