Skip to content

feat(types): nested refs + TeamRef metadata (0.3.0 / 0.3.1) (#7) #32

feat(types): nested refs + TeamRef metadata (0.3.0 / 0.3.1) (#7)

feat(types): nested refs + TeamRef metadata (0.3.0 / 0.3.1) (#7) #32

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