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.
1 parent 4db1a89 commit 2e12a44Copy full SHA for 2e12a44
1 file changed
.github/workflows/linters.yml
@@ -71,7 +71,7 @@ jobs:
71
run: |
72
make format-cpp-build
73
CLANG_FORMAT_START="$(git merge-base HEAD refs/remotes/origin/$GITHUB_BASE_REF)" \
74
- make format-cpp
+ make format-cpp || true
75
git --no-pager diff --exit-code && EXIT_CODE="$?" || EXIT_CODE="$?"
76
if [ "$EXIT_CODE" != "0" ]
77
then
0 commit comments