Commit daaed1d
committed
Fix display of code changes in clang-format CI action
Versions of `git-clang-format` later than 11 issue exit code 1 when
changes were made to the source code. Although our CI job ended with a
non-zero exit code as expected, it terminated early than wanted so that
the differences are not printed to the log.1 parent 32143dd commit daaed1d
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
0 commit comments