Commit 841541b 1 parent 4e0b3d9 commit 841541b Copy full SHA for 841541b
File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -2,4 +2,5 @@ BasedOnStyle: Google
2
2
Language : Cpp
3
3
PointerBindsToType : true
4
4
SortIncludes : Never
5
- AlignTrailingComments : false
5
+ AlignTrailingComments :
6
+ Kind : Always
Original file line number Diff line number Diff line change 32
32
uses : actions/checkout@e2f20e631ae6d7dd3b768f56a5d2af784dd54791 # v2.5.0
33
33
- name : " Fetch HEAD of main branch"
34
34
run : git fetch origin main --depth=1
35
- - name : " Run clang-format"
36
- run : clang-format --dry-run --Werror --verbose $(git diff --name-only origin/main HEAD -- '*.cc' '*.h')
35
+ - name : " Run clang-format" # Use pipx to get version that apt doesn't have by default
36
+ run : pipx run clang-format==17.0.6 --dry-run --Werror --verbose $(git diff --name-only origin/main HEAD -- '*.cc' '*.h')
You can’t perform that action at this time.
0 commit comments