CI: run shellcheck against CI scripts (MR 3960)

Fix that CI scripts weren't actually getting checked.
This commit is contained in:
Oliver Smith 2023-03-16 22:12:43 +01:00
parent eb37732514
commit 3ec22cb65e
No known key found for this signature in database
GPG key ID: 5AE7F5513E0885CB

View file

@ -40,7 +40,7 @@ sh_files="
$(find . -path './main/devicepkg-dev/*.sh') $(find . -path './main/devicepkg-dev/*.sh')
$(find . -path './main/postmarketos-mvcfg/*.sh') $(find . -path './main/postmarketos-mvcfg/*.sh')
$(find . -path '.ci/*.sh') $(find . -path './.ci/**.sh')
" "
for file in $sh_files; do for file in $sh_files; do