diff --git a/.github/workflows/clang-format.yml b/.github/workflows/clang-format.yml index bc9d1fd681..bfaac8d7b0 100644 --- a/.github/workflows/clang-format.yml +++ b/.github/workflows/clang-format.yml @@ -22,6 +22,7 @@ jobs: run: | pwd ls -a + git branch set -o pipefail git diff --exit-code | tee "clang-format.patch" - name: Upload patch