From 536803722dc48a19d5de5f36508905f07ab0c8c8 Mon Sep 17 00:00:00 2001 From: pennam Date: Fri, 26 Sep 2025 14:28:50 +0200 Subject: [PATCH] format check: exclude .ino files from workflow --- .github/workflows/format_check.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/format_check.yml b/.github/workflows/format_check.yml index 2a60b359..31ceb920 100644 --- a/.github/workflows/format_check.yml +++ b/.github/workflows/format_check.yml @@ -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