Description:

This commit is contained in:
Martin Marmsoler 2024-04-20 18:23:00 +02:00
parent 98bafe8b93
commit a15947f7f5

View File

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