From 74c82707f06a8671efdbeb16b69bf4c9e0934571 Mon Sep 17 00:00:00 2001 From: JCW Date: Tue, 22 Jul 2025 17:05:53 +0100 Subject: [PATCH] Test Signed-off-by: JCW --- .github/workflows/clang-format.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/clang-format.yml b/.github/workflows/clang-format.yml index 42b3044027..09351c42e5 100644 --- a/.github/workflows/clang-format.yml +++ b/.github/workflows/clang-format.yml @@ -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