From 6bba7055aa79f49ed3824f9dd1c4bdf2c8fc6644 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sat, 3 Jun 2023 20:36:15 +0200 Subject: [PATCH] Exclude descrip.mms files everywhere from the whitespace check Previously only the top-level one was excluded, but others use TABs too. --- .github/workflows/code_checks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/code_checks.yml b/.github/workflows/code_checks.yml index c11fd2f583..2687f08418 100644 --- a/.github/workflows/code_checks.yml +++ b/.github/workflows/code_checks.yml @@ -48,7 +48,7 @@ jobs: ':!config.guess' \ ':!config.sub' \ ':!configure' \ - ':!descrip.mms' \ + ':!**/descrip.mms' \ ':!install-sh' \ ':!docs/doxygen/doxygen-awesome-css/*' \ ':!**/*akefile*' \