Skip to content

Commit df0f99b

Browse files
committed
better
1 parent 9f93adc commit df0f99b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/build-ci-container-code-format.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,10 @@ jobs:
2929
- name: Checkout LLVM
3030
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
3131
with:
32-
sparse-checkout: .github/workflows/containers/github-action-ci-code-format/
32+
sparse-checkout: |
33+
.github/workflows/containers/github-action-ci-code-format/
34+
llvm/utils/git/requirements_formatting.txt
35+
3336
- name: Write Variables
3437
id: vars
3538
run: |

0 commit comments

Comments
 (0)