Skip to content

Commit d8c2343

Browse files
committed
Merge branch 'master' of github.com:m5stack/M5Stack into master
2 parents 16c46b2 + 9e507e3 commit d8c2343

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/clang-format-check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
matrix:
99
path:
1010
- check: './' # path to include
11-
exclude: '' # path to exclude
11+
exclude: './src' # path to exclude
1212
# - check: 'src'
1313
# exclude: ''
1414
# - check: 'examples'
@@ -20,4 +20,4 @@ jobs:
2020
with:
2121
clang-format-version: '13'
2222
check-path: ${{ matrix.path['check'] }}
23-
exclude-regex: ${{ matrix.path['exclude'] }}
23+
exclude-regex: ${{ matrix.path['exclude'] }}

0 commit comments

Comments
 (0)