Signed-off-by: JCW <a1q123456@users.noreply.github.com>
This commit is contained in:
JCW
2025-07-22 16:20:21 +01:00
parent 95a8d84f1f
commit de9d050e52

View File

@@ -20,6 +20,8 @@ jobs:
id: assert
shell: bash
run: |
pwd
ls
set -o pipefail
git diff --exit-code | tee "clang-format.patch"
- name: Upload patch