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.
2 parents 16c46b2 + 9e507e3 commit d8c2343Copy full SHA for d8c2343
.github/workflows/clang-format-check.yml
@@ -8,7 +8,7 @@ jobs:
8
matrix:
9
path:
10
- check: './' # path to include
11
- exclude: '' # path to exclude
+ exclude: './src' # path to exclude
12
# - check: 'src'
13
# exclude: ''
14
# - check: 'examples'
@@ -20,4 +20,4 @@ jobs:
20
with:
21
clang-format-version: '13'
22
check-path: ${{ matrix.path['check'] }}
23
- exclude-regex: ${{ matrix.path['exclude'] }}
+ exclude-regex: ${{ matrix.path['exclude'] }}
0 commit comments