We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 32143dd + daaed1d commit cd39b3aCopy full SHA for cd39b3a
.github/workflows/pull-request-check-clang-format.sh
@@ -26,7 +26,7 @@ echo "Checking for formatting errors introduced since $MERGE_BASE"
26
27
# Do the checking. "eval" is used so that quotes (as inserted into $EXCLUDES
28
# above) are not interpreted as parts of file names.
29
-eval git-clang-format-15 --binary clang-format-15 $MERGE_BASE -- $EXCLUDES
+eval git-clang-format-15 --binary clang-format-15 $MERGE_BASE -- $EXCLUDES || true
30
git diff > formatted.diff
31
if [[ -s formatted.diff ]] ; then
32
echo 'Formatting error! The following diff shows the required changes'
0 commit comments