nextcloud/univention-app

add shellcheck for ci

blizzz opened this issue · 0 comments

can be run against all files with

shellcheck -e SC1091 $(find . -type f -exec file --mime-type {} + | grep 'text/x-shellscript' | cut -d ':' -f1)