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

View File

@@ -20,10 +20,10 @@ jobs:
id: assert
shell: bash
run: |
set -o pipefail
pwd
ls -la
git config --global --add safe.directory $(pwd)
set -o pipefail
git branch
git diff --exit-code | tee "clang-format.patch"
- name: Upload patch
if: failure() && steps.assert.outcome == 'failure'