Commit 1a6f145
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 1e4fdef commit 1a6f145
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
| 48 | + | |
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| |||
0 commit comments