Skip to content

Commit 114e7d9

Browse files
authored
Update e2e.yml
1 parent e219ef1 commit 114e7d9

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/e2e.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
run: |
4242
git clone --depth=1 https://github.com/${{ github.event.inputs.target_repo || 'llvm/llvm-project' }}.git test-repo
4343
44-
- name: Generate .pre-commit-config.yaml
44+
- name: Create .pre-commit-config.yaml
4545
run: |
4646
cd test-repo
4747
rm -f .pre-commit-config.yaml
@@ -61,7 +61,4 @@ jobs:
6161
run: |
6262
cd test-repo
6363
pre-commit install
64-
# Run clang-format in smaller chunks
65-
for dir in $(find . -type d -name '*'); do
66-
pre-commit run --files $(find "$dir" -name '*.cpp' -o -name '*.h' | head -n 1000)
67-
done
64+
pre-commit run --all-files || true

0 commit comments

Comments
 (0)