chore(ci-image): fix tld in ci-image workflow + additional workflow improvements #137
@@ -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
|
||||
|
||||
@@ -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/
|
||||
|
||||
Reference in New Issue
Block a user