Skip to content

Update to Atoti 0.9.0 #402

Update to Atoti 0.9.0

Update to Atoti 0.9.0 #402

Workflow file for this run

name: Test
on:
pull_request:
types: [opened, synchronize]
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/setup
- run: uv run ruff format --check
- run: uv run ruff check
- run: uv run mypy
- run: uv run pytest