From 22ad368df877d910b1c1f50bd0053b626015cd23 Mon Sep 17 00:00:00 2001 From: Lutz Date: Tue, 30 Apr 2024 08:29:47 -0700 Subject: [PATCH 1/2] Update code_format.yml --- .github/workflows/code_format.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/code_format.yml b/.github/workflows/code_format.yml index e6f94729..96bd8906 100644 --- a/.github/workflows/code_format.yml +++ b/.github/workflows/code_format.yml @@ -18,7 +18,7 @@ jobs: - uses: DoozyX/clang-format-lint-action@v0.12 with: source: '. ./src ./src/libs' - exclude: './src/libs/TimerInterrupt ./scripts' + exclude: './src/libs/TimerInterrupt ./scripts fonts128x64.h' extensions: 'c,cpp,h,hpp' clangFormatVersion: 12 inplace: True From 815835375c99b1815bb36706b0c9eb39ae3e6c1e Mon Sep 17 00:00:00 2001 From: Lutz Date: Tue, 30 Apr 2024 08:33:42 -0700 Subject: [PATCH 2/2] Update code_format.yml --- .github/workflows/code_format.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/code_format.yml b/.github/workflows/code_format.yml index 96bd8906..5dc1aea6 100644 --- a/.github/workflows/code_format.yml +++ b/.github/workflows/code_format.yml @@ -18,7 +18,7 @@ jobs: - uses: DoozyX/clang-format-lint-action@v0.12 with: source: '. ./src ./src/libs' - exclude: './src/libs/TimerInterrupt ./scripts fonts128x64.h' + exclude: './src/libs/TimerInterrupt ./scripts ./src/fonts128x64.h' extensions: 'c,cpp,h,hpp' clangFormatVersion: 12 inplace: True