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 c1af9ce + 2d15008 commit 57d7f49Copy full SHA for 57d7f49
.github/workflows/clang-format-check.yml
@@ -7,8 +7,8 @@ jobs:
7
strategy:
8
matrix:
9
path:
10
- - check: './' # path to include
11
- exclude: './src' # path to exclude
+ - check: './example' # path to include
+ exclude: './examples/Advanced/Display' # path to exclude
12
# - check: 'src'
13
# exclude: ''
14
# - check: 'examples'
0 commit comments