Skip to content
This repository was archived by the owner on Mar 28, 2023. It is now read-only.

Commit 8c5b499

Browse files
clang-format update for llvm-test-suite (#995)
Signed-off-by: Chris Perkins <[email protected]>
1 parent 36a78e8 commit 8c5b499

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/clang-format.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
- name: Run clang-format for the patch
2121
shell: bash {0}
2222
run: |
23+
git config --global --add safe.directory /__w/llvm-test-suite/llvm-test-suite
2324
git clang-format ${GITHUB_SHA}^1
2425
git diff > ./clang-format.patch
2526

0 commit comments

Comments
 (0)