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 af6a8ce commit 3d99ea4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/format.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Run clang-format Linter
name: Run Clang-Format Check

on:
push:
Expand All @@ -18,7 +18,7 @@ jobs:
run: sudo apt-get install -y clang-format

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

0 comments on commit 3d99ea4

Please sign in to comment.