From baed29f713eaa0817982be42681e66511cb092b5 Mon Sep 17 00:00:00 2001 From: Ismo Vuorinen Date: Mon, 26 May 2025 13:36:14 +0300 Subject: [PATCH] chore(ci): allow .github/workflows in .mega-linter.yml (#146) --- .mega-linter.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.mega-linter.yml b/.mega-linter.yml index 82e546d..6fe009e 100644 --- a/.mega-linter.yml +++ b/.mega-linter.yml @@ -32,4 +32,4 @@ JAVASCRIPT_ES_CONFIG_FILE: .eslintrc.json TYPESCRIPT_ES_CONFIG_FILE: .eslintrc.json FILTER_REGEX_EXCLUDE: > - (node_modules|\.automation/test|docs/json-schemas|\.github/workflows) + (node_modules|\.automation/test|docs/json-schemas)