Skip to content

Commit 5368037

Browse files
committed
format check: exclude .ino files from workflow
1 parent 3ac4639 commit 5368037

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/format_check.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ jobs:
2828
uses: tj-actions/changed-files@ed68ef82c095e0d48ec87eccea555d944a631a4c # v46.0.5
2929
with:
3030
files: |
31-
cores/arduino/**/*.{c,cpp,h,hpp,ino}
32-
loader/**/*.{c,cpp,h,hpp,ino}
33-
libraries/**/*.{c,cpp,h,hpp,ino}
31+
cores/arduino/**/*.{c,cpp,h,hpp}
32+
loader/**/*.{c,cpp,h,hpp}
33+
libraries/**/*.{c,cpp,h,hpp}
3434
files_ignore: |
3535
cores/arduino/api/**
3636
loader/llext_exports.c

0 commit comments

Comments
 (0)