v0.2.0 #14

Merged
pptx704 merged 59 commits from dev into main 2026-05-24 05:02:08 +00:00
52 changed files with 3204 additions and 19045 deletions
Showing only changes of commit f3fd6865f9 - Show all commits

View File

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