Skip to content

Merge pull request #29 from pmuller/feature/sdist #61

Merge pull request #29 from pmuller/feature/sdist

Merge pull request #29 from pmuller/feature/sdist #61

Workflow file for this run

name: Build
on: push
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: eifinger/setup-rye@v2
with:
enable-cache: true
- run: rye sync
- run: rye fmt -- --check
- run: rye check
- run: rye run basedpyright
- run: rye run pytest -vvv