From a49e10a0572930773be2053fa39c39bdd3090d41 Mon Sep 17 00:00:00 2001 From: Scott Talbert Date: Tue, 25 Jul 2023 16:10:39 -0400 Subject: [PATCH] Exclude some bakefiles from Whitespace code check too --- .github/workflows/code_checks.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/code_checks.yml b/.github/workflows/code_checks.yml index 2028e9bd73..621a09f6d7 100644 --- a/.github/workflows/code_checks.yml +++ b/.github/workflows/code_checks.yml @@ -51,6 +51,7 @@ jobs: ':!descrip.mms' \ ':!install-sh' \ ':!docs/doxygen/doxygen-awesome-css/*' \ + ':!samples/widgets/widgets.bkl' \ ':!**/*akefile*' \ ':!**/*.pbxproj' \ ':!**/Info*.plist*' \