Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Description:
  • Loading branch information
Murmele committed Apr 20, 2024
1 parent 5b97c84 commit 98bafe8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:

- name: Check CMake code style
run: |
find NotFound.txt
file NotFound.txt
pip install cmake-format==0.6.13 && \
find \( -type d -path './dep/*/*' -prune \) -o \( -name CMakeLists.txt -exec cmake-format --check {} + \)
Expand Down

0 comments on commit 98bafe8

Please sign in to comment.