v0.1.4 #9

Merged
pptx704 merged 51 commits from dev into main 2026-05-20 21:01:22 +00:00
23 changed files with 2827 additions and 366 deletions
Showing only changes of commit 369c75af24 - Show all commits

View File

@ -1,21 +1,25 @@
when:
event: pull_request
branch:
- main
- dev
path:
- "src/**"
- "tests/**"
steps: steps:
unit-tests: unit-tests:
image: ghcr.io/astral-sh/uv:python3.13-bookworm image: ghcr.io/astral-sh/uv:python3.13-bookworm
when:
event: push
path:
- "src/**"
- "tests/**"
commands: commands:
- uv sync --dev - uv sync --dev
- uv run pytest -m "not integration" -v - uv run pytest -m "not integration" -v
integration-tests: integration-tests:
image: ghcr.io/astral-sh/uv:python3.13-bookworm image: ghcr.io/astral-sh/uv:python3.13-bookworm
when:
event: pull_request
branch:
- main
- dev
path:
- "src/**"
- "tests/**"
environment: environment:
WRENN_API_KEY: WRENN_API_KEY:
from_secret: WRENN_API_KEY from_secret: WRENN_API_KEY