Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
format check: exclude .ino files from workflow
  • Loading branch information
pennam committed Sep 26, 2025
commit 536803722dc48a19d5de5f36508905f07ab0c8c8
6 changes: 3 additions & 3 deletions .github/workflows/format_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ jobs:
uses: tj-actions/changed-files@ed68ef82c095e0d48ec87eccea555d944a631a4c # v46.0.5
with:
files: |
cores/arduino/**/*.{c,cpp,h,hpp,ino}
loader/**/*.{c,cpp,h,hpp,ino}
libraries/**/*.{c,cpp,h,hpp,ino}
cores/arduino/**/*.{c,cpp,h,hpp}
loader/**/*.{c,cpp,h,hpp}
libraries/**/*.{c,cpp,h,hpp}
files_ignore: |
cores/arduino/api/**
loader/llext_exports.c
Expand Down
Loading