Skip to content

Commit b6bde38

Browse files
committed
fixup
1 parent 1fa2e11 commit b6bde38

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/format_check.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,15 @@ jobs:
3636
with:
3737
files_yaml: |
3838
core:
39-
- cores/arduino/**.{c,cpp,h,hpp}
39+
- cores/arduino/*.{c,cpp,h,hpp}
40+
- cores/arduino/**/*.{c,cpp,h,hpp}
4041
- '!cores/arduino/api/**'
4142
loader:
42-
- loader/**.{c,cpp,h,hpp}
43+
- loader/*.{c,cpp,h,hpp}
44+
- loader/**/*.{c,cpp,h,hpp}
4345
- '!loader/llext_exports.c'
4446
libraries:
45-
- libraries/**.{c,cpp,h,hpp}
47+
- libraries/**/*.{c,cpp,h,hpp}
4648
- '!libraries/examples/**'
4749
- '!libraries/extras/**'
4850
- '!libraries/ea_malloc/**'

0 commit comments

Comments
 (0)