We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f93adc commit df0f99bCopy full SHA for df0f99b
.github/workflows/build-ci-container-code-format.yml
@@ -29,7 +29,10 @@ jobs:
29
- name: Checkout LLVM
30
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
31
with:
32
- sparse-checkout: .github/workflows/containers/github-action-ci-code-format/
+ sparse-checkout: |
33
+ .github/workflows/containers/github-action-ci-code-format/
34
+ llvm/utils/git/requirements_formatting.txt
35
+
36
- name: Write Variables
37
id: vars
38
run: |
0 commit comments