chore(ci-image): fix tld in ci-image workflow + additional workflow improvements #137

Merged
zach merged 12 commits from update-cibuild-tld into main 2026-07-08 18:25:10 +02:00
Showing only changes of commit 0d17621180 - Show all commits
+1 -1
View File
@@ -25,7 +25,7 @@ jobs:
- name: Format check
run: |
. .venv/bin/activate
autopep8 --diff --exit-code -r .
ruff format --check .
lint:
runs-on: alpine