Skip to content

Commit

Permalink
fix clang-format workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
marenz2569 committed May 16, 2024
1 parent 27b02e2 commit 7fa467c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/clang-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ jobs:
sudo apt-get install -y clang-tidy
- name: Analyze
run: |
clang-format --dry-run --Werror -style=file $(find ./ -name '*.cc' -print)
clang-format --dry-run --Werror -style=file $(find ./ -name '*.hh' -print)
clang-format --dry-run --Werror -style=file $(find ./ -name '*.cpp' -print)
clang-format --dry-run --Werror -style=file $(find ./ -name '*.h' -print)

0 comments on commit 7fa467c

Please sign in to comment.