Description:

This commit is contained in:
Martin Marmsoler 2024-04-20 18:26:06 +02:00
parent a15947f7f5
commit d9d8c28ad2

View File

@ -30,7 +30,7 @@ jobs:
- name: Check CMake code style
run: |
test -f "NotFound.txt"
test -e "NotFound.txt" || exit 1
pip install cmake-format==0.6.13 && \
find \( -type d -path './dep/*/*' -prune \) -o \( -name CMakeLists.txt -exec cmake-format --check {} + \)