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
2 changed files with 2 additions and 2 deletions
Showing only changes of commit bfea718547 - Show all commits
+1 -1
View File
@@ -18,7 +18,7 @@ jobs:
find . \( -name '*.cpp' -o -name '*.h' -o -name '*.hpp' \) \
-not -path './build/*' \
-exec clang-format -i --style=file {} +
git diff --exit-code
git diff --exit-code && echo "clang-format: passed"
build:
runs-on: alpine
+1 -1
View File
@@ -106,4 +106,4 @@ jobs:
- name: Nuitka module check
run: |
. .venv/bin/activate
nuitka --module cli/src/zshell/__main__.py
nuitka --module --python-flag=-m cli/src/zshell/