diff --git a/.github/workflows/clang-format.yml b/.github/workflows/clang-format.yml index d2166d5f4d..dc000b1a28 100644 --- a/.github/workflows/clang-format.yml +++ b/.github/workflows/clang-format.yml @@ -21,7 +21,7 @@ jobs: shell: bash run: | pwd - ls -a + ls -la git config --global --add safe.directory $(pwd) set -o pipefail git diff --exit-code | tee "clang-format.patch"