Skip to content

Reorganizing repo (#144) #94

Reorganizing repo (#144)

Reorganizing repo (#144) #94

Workflow file for this run

name: pytest
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/setup
- run: PYTHONPATH=. poetry run pytest
- run: poetry run ruff check
- run: poetry run ruff format --check
- run: poetry run pyright