v0.3.0 #15

Merged
pptx704 merged 64 commits from dev into main 2026-06-25 22:11:26 +00:00
52 changed files with 3682 additions and 18947 deletions
Showing only changes of commit f3fd6865f9 - Show all commits

View File

@ -8,9 +8,8 @@ when:
- dev - dev
variables: variables:
- &python_image "ghcr.io/astral-sh/uv:python3.13-bookworm-slim" - &python_image ghcr.io/astral-sh/uv:python3.13-bookworm-slim
- &uv_cache_dir "/root/.cache/uv" - &uv_cache_dir /root/.cache/uv
- &cache_key "uv-${CI_REPO_NAME}-${CI_COMMIT_BRANCH}"
steps: steps:
lint: lint:
@ -39,4 +38,5 @@ steps:
volumes: volumes:
- name: uv-cache - name: uv-cache
temp: {} host:
path: /var/lib/woodpecker/cache/uv/${CI_REPO_NAME}/${CI_COMMIT_BRANCH}