Skip to content

Commit 5dbd3a2

Browse files
authored
Merge pull request #1037 from diffblue/show-format-diff
Fix display of code changes in clang-format CI action
2 parents 1e4fdef + 1a6f145 commit 5dbd3a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/syntax-checks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
4646
# Do the checking. "eval" is used so that quotes (as inserted into $EXCLUDES
4747
# above) are not interpreted as parts of file names.
48-
git-clang-format-15 --binary clang-format-15 $MERGE_BASE
48+
git-clang-format-15 --binary clang-format-15 $MERGE_BASE || true
4949
git diff > formatted.diff
5050
if [[ -s formatted.diff ]] ; then
5151
echo 'Formatting error! The following diff shows the required changes'

0 commit comments

Comments
 (0)