From e1a4cf9488f7ceb7ca2c5939d1642d33210f69d6 Mon Sep 17 00:00:00 2001 From: Markus Heiser Date: Sat, 9 Mar 2024 15:19:30 +0100 Subject: [PATCH] [mod] lint github YAML config files Signed-off-by: Markus Heiser --- manage | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manage b/manage index efb6c265a..fa9501149 100755 --- a/manage +++ b/manage @@ -67,7 +67,7 @@ pylint.FILES() { YAMLLINT_FILES=() while IFS= read -r line; do YAMLLINT_FILES+=("$line") -done <<< "$(git ls-files './tests/*.yml' './searx/*.yml' './utils/templates/etc/searxng/*.yml')" +done <<< "$(git ls-files './tests/*.yml' './searx/*.yml' './utils/templates/etc/searxng/*.yml' '.github/*.yml' '.github/*/*.yml')" RST_FILES=( 'README.rst'