Skip to content

ci: add PyPI publish and test workflows (#2) #2

ci: add PyPI publish and test workflows (#2)

ci: add PyPI publish and test workflows (#2) #2

Workflow file for this run

name: test
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: astral-sh/setup-uv@v4
- run: uv sync --extra dev
- run: uv run pytest