Skip to content

Update to Atoti 0.9.0 #408

Update to Atoti 0.9.0

Update to Atoti 0.9.0 #408

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: astral-sh/setup-uv@v3
with:
enable-cache: true
version: "0.4.10"
- run: uv python install 3.10
- run: uv sync --locked
- run: uv run ruff format --check
- run: uv run ruff check
- run: uv run mypy
- run: uv run pytest