Signed-off-by: JCW <a1q123456@users.noreply.github.com>
This commit is contained in:
JCW
2025-07-22 16:27:41 +01:00
parent 257ebca4fe
commit c0a83faddf

View File

@@ -22,6 +22,7 @@ jobs:
run: |
pwd
ls -a
git config --global --add safe.directory $(pwd)
git branch
set -o pipefail
git diff --exit-code | tee "clang-format.patch"