Skip to content

Commit

Permalink
ci: clang-format headers with hpp ending
Browse files Browse the repository at this point in the history
  • Loading branch information
marenz2569 committed Jun 2, 2024
1 parent d7dd96a commit bd21346
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/clang-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ jobs:
- name: Analyze
run: |
clang-format --dry-run --Werror -style=file $(find ./ -name '*.cpp' -print)
clang-format --dry-run --Werror -style=file $(find ./ -name '*.h' -print)
clang-format --dry-run --Werror -style=file $(find ./ -name '*.hpp' -print)

0 comments on commit bd21346

Please sign in to comment.