added deletion check, and added workflows #2

Merged
j.r merged 10 commits from develop into main 2026-06-12 08:28:13 +00:00
Showing only changes of commit 940c090c7a - Show all commits

View File

@@ -39,7 +39,7 @@ jobs:
- name: Install runtime tools
run: |
apk add --no-cache bash git python3 jq curl gcc musl-dev librdkafka-dev
apk add --no-cache bash git python3 python3-dev jq curl gcc musl-dev librdkafka-dev
curl -LsSf https://astral.sh/uv/install.sh | sh
ln -sf "${HOME}/.local/bin/uv" /usr/local/bin/uv