Skip to content

Merge pull request #10 from budgeapp/renovate/sphinx-autodoc-typehint… #60

Merge pull request #10 from budgeapp/renovate/sphinx-autodoc-typehint…

Merge pull request #10 from budgeapp/renovate/sphinx-autodoc-typehint… #60

Workflow file for this run

name: Test with pytest
on:
push:
branches:
- trunk
pull_request:
branches:
- trunk
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: astral-sh/setup-uv@v5
with:
enable-cache: true
- uses: actions/setup-python@v5
with:
python-version-file: pyproject.toml
- run: uv sync --all-extras --dev
- run: uv run pytest