summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Heiser <markus.heiser@darmarit.de>2024-03-09 15:19:30 +0100
committerMarkus Heiser <markus.heiser@darmarIT.de>2024-11-06 08:16:21 +0100
commit2fdbf2622b918e7fb60b15494feaed28243b141c (patch)
treeffc490bf70e4bcafc1eaf5543f6d7516e3188616
parentb07c0ae39f087421d9ccd98a0faa5866c3bdb843 (diff)
downloadsearxng-2fdbf2622b918e7fb60b15494feaed28243b141c.tar.gz
searxng-2fdbf2622b918e7fb60b15494feaed28243b141c.zip
[mod] lint github YAML config files
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
-rwxr-xr-xmanage2
1 files changed, 1 insertions, 1 deletions
diff --git a/manage b/manage
index 7edcb1f5a..d19458c72 100755
--- a/manage
+++ b/manage
@@ -57,7 +57,7 @@ while IFS= read -r line; do
if [ "$line" != "tests/unit/settings/syntaxerror_settings.yml" ]; then
YAMLLINT_FILES+=("$line")
fi
-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'