Cirrus: shellcheck support for github-action scripts

This should help catch some obvious gaffs and/or style/lint type
problems.  Maybe.

Signed-off-by: Chris Evich <cevich@redhat.com>
This commit is contained in:
Chris Evich
2022-11-04 11:24:41 -04:00
parent 462ce32e66
commit 2ee40287e0

View File

@ -34,7 +34,7 @@ if [[ "${DISTRO_NV}" =~ fedora ]]; then
--enable add-default-case,avoid-nullary-conditions,check-unassigned-uppercase \
--exclude SC2046,SC2034,SC2090,SC2064 \
--wiki-link-count=0 --severity=warning \
$SCRIPT_BASE/*.sh hack/get_ci_vm.sh
$SCRIPT_BASE/*.sh ./.github/actions/* hack/get_ci_vm.sh
fi
msg "Checking 3rd party network service connectivity"