Skip to content

Commit b681e1d

Browse files
committed
try
Signed-off-by: Sidorov, Dmitry <[email protected]>
1 parent b892a02 commit b681e1d

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.github/workflows/check-code-style.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -83,14 +83,7 @@ jobs:
8383
id: run-clang-format
8484
run: |
8585
cat diff-to-inspect.txt | /usr/share/clang/clang-format-${{ env.LLVM_VERSION }}/clang-format-diff.py \
86-
-p1 -binary clang-format-${{ env.LLVM_VERSION }} > clang-format.patch
87-
if [ -s clang-format.patch ]; then
88-
echo "clang-format found incorrectly formatted code:"
89-
cat clang-format.patch;
90-
exit 1;
91-
else
92-
rm clang-format.patch # to avoid uploading empty file
93-
fi
86+
-p1 -binary clang-format-${{ env.LLVM_VERSION }}
9487
9588
- name: Run clang-tidy
9689
# By some reason, GitHub Actions automatically include "success()"

0 commit comments

Comments
 (0)