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

View File

@@ -22,7 +22,8 @@ jobs:
run: |
set -o pipefail
pwd
ls -la
whoami
ls -la .git
git branch
git diff --exit-code | tee "clang-format.patch"
- name: Upload patch