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 d8b68a0 commit 2d15008Copy full SHA for 2d15008
.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