From d3322268601a7318cb009e1db945e3e305cdfd5e 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 2a60b359f..31ceb9206 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