File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 2424 - name : Run Clang Format diff
2525 id : clang-diff
2626 run : |
27- echo "changes=$(echo $(git diff -- '***.cpp' ` ***.h' -U0 --no-color $TARGET_BRANCH | python3 /usr/share/clang/clang-format-diff.py -p1 -v -sort-include))" >> $GITHUB_OUTPUT
28- echo "$(echo $(git diff -- '***.cpp' ` ***.h' -U0 --no-color $TARGET_BRANCH | python3 /usr/share/clang/clang-format-diff.py -p1 -v -sort-include))" >> clang-issues.diff
27+ echo "changes=$(echo $(git diff -- '***.cpp' ' ***.h' -U0 --no-color $TARGET_BRANCH | python3 /usr/share/clang/clang-format-diff.py -p1 -v -sort-include))" >> $GITHUB_OUTPUT
28+ echo "$(echo $(git diff -- '***.cpp' ' ***.h' -U0 --no-color $TARGET_BRANCH | python3 /usr/share/clang/clang-format-diff.py -p1 -v -sort-include))" >> clang-issues.diff
2929 - name : Count Diff Lines
3030 continue-on-error : true
3131 id : count-diff
You can’t perform that action at this time.
0 commit comments