Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
TimSiebert1 committed Nov 13, 2024
1 parent 3d99ea4 commit 6f391c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
run: sudo apt-get install -y clang-format

- name: Check formatting with Clang-Format
run: >
run: >-
find . -name '*.c' -o -name '*.h'
-o -name '*.cpp' -o -name '*.hpp'
-exec clang-format --dry-run -Werror $FILES

0 comments on commit 6f391c6

Please sign in to comment.