We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a639c31 commit 76736afCopy full SHA for 76736af
.github/workflows/clang-format.yml
@@ -10,5 +10,6 @@ jobs:
10
- uses: actions/checkout@v4
11
- name: Analyze
12
run: |
13
+ clang-format --version
14
clang-format --dry-run --Werror -style=file $(find ./ -name '*.cc' -print)
15
clang-format --dry-run --Werror -style=file $(find ./ -name '*.hh' -print)
0 commit comments