Skip to content

Commit

Permalink
Trying to fix clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
TechnikTobi committed Jul 22, 2024
1 parent 06bf2bb commit 4db9425
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,10 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install -y clang-format
clang-format --version
- name: Call clang-format
run: find src/ -name \*.c -o -name \*.h -print0 | xargs -0 -n 1 clang-format -n --Werror -n --verbose
run: find src -name \*.c -o -name \*.h -print0 | xargs -0 -n 1 clang-format -n --Werror -n --verbose



Expand Down

0 comments on commit 4db9425

Please sign in to comment.