CI: run shellcheck against CI scripts (MR 3960)
Fix that CI scripts weren't actually getting checked.
This commit is contained in:
parent
eb37732514
commit
3ec22cb65e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue