diff --git a/.github/workflows/clang_format.yml b/.github/workflows/clang_format.yml index 203fe7e702e..f26cd14b7c4 100644 --- a/.github/workflows/clang_format.yml +++ b/.github/workflows/clang_format.yml @@ -26,5 +26,7 @@ jobs: if [ $? -ge 1 ]; then return 1; fi ./.run-clang-format if [ $? -ge 1 ]; then return 1; fi + echo "test" output=$(git diff) + echo $output if [ -n "$output" ]; then exit 1; else exit 0; fi