Signed-off-by: JCW <a1q123456@users.noreply.github.com>
This commit is contained in:
JCW
2025-07-22 17:02:25 +01:00
parent 850bb47805
commit cadd32fd94

View File

@@ -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"