We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1e4fdef + 1a6f145 commit 5dbd3a2Copy full SHA for 5dbd3a2
.github/workflows/syntax-checks.yaml
@@ -45,7 +45,7 @@ jobs:
45
46
# Do the checking. "eval" is used so that quotes (as inserted into $EXCLUDES
47
# above) are not interpreted as parts of file names.
48
- git-clang-format-15 --binary clang-format-15 $MERGE_BASE
+ git-clang-format-15 --binary clang-format-15 $MERGE_BASE || true
49
git diff > formatted.diff
50
if [[ -s formatted.diff ]] ; then
51
echo 'Formatting error! The following diff shows the required changes'
0 commit comments