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' \) \
|
find . \( -name '*.cpp' -o -name '*.h' -o -name '*.hpp' \) \
|
||||||
-not -path './build/*' \
|
-not -path './build/*' \
|
||||||
-exec clang-format -i --style=file {} +
|
-exec clang-format -i --style=file {} +
|
||||||
git diff --exit-code
|
git diff --exit-code && echo "clang-format: passed"
|
||||||
|
|
||||||
build:
|
build:
|
||||||
runs-on: alpine
|
runs-on: alpine
|
||||||
|
|||||||
@@ -106,4 +106,4 @@ jobs:
|
|||||||
- name: Nuitka module check
|
- name: Nuitka module check
|
||||||
run: |
|
run: |
|
||||||
. .venv/bin/activate
|
. .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