From 3ec22cb65ee1984ef859f192182394a4a230efce Mon Sep 17 00:00:00 2001 From: Oliver Smith Date: Thu, 16 Mar 2023 22:12:43 +0100 Subject: [PATCH] CI: run shellcheck against CI scripts (MR 3960) Fix that CI scripts weren't actually getting checked. --- .ci/shellcheck.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/shellcheck.sh b/.ci/shellcheck.sh index 82b9d0738..bd870c4af 100755 --- a/.ci/shellcheck.sh +++ b/.ci/shellcheck.sh @@ -40,7 +40,7 @@ sh_files=" $(find . -path './main/devicepkg-dev/*.sh') $(find . -path './main/postmarketos-mvcfg/*.sh') - $(find . -path '.ci/*.sh') + $(find . -path './.ci/**.sh') " for file in $sh_files; do