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 fb063a7 commit a855e93Copy full SHA for a855e93
.github/workflows/e2e.yml
@@ -54,9 +54,10 @@ jobs:
54
- id: clang-format
55
args: [--style=${{ github.event.inputs.style || 'Google' }}, --version=${{ github.event.inputs.clang_version || '20' }}]
56
files: ^(.*\.(c|cc|cpp|cxx|h|hpp|hxx))$
57
+ exclude: Modules/_ctypes/cfield.c
58
EOF
59
- - name: Install pre-commit hooks
60
+ - name: Install and run hooks
61
run: |
62
cd test-repo
63
pre-commit install
0 commit comments