Skip to content

Commit 57d7f49

Browse files
committed
Merge branch 'master' of github.com:m5stack/M5Stack into master
2 parents c1af9ce + 2d15008 commit 57d7f49

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
@@ -7,8 +7,8 @@ jobs:
77
strategy:
88
matrix:
99
path:
10-
- check: './' # path to include
11-
exclude: './src' # path to exclude
10+
- check: './example' # path to include
11+
exclude: './examples/Advanced/Display' # path to exclude
1212
# - check: 'src'
1313
# exclude: ''
1414
# - check: 'examples'

0 commit comments

Comments
 (0)