From 2ee40287e0f855a30df0f48c176fd905583785be Mon Sep 17 00:00:00 2001 From: Chris Evich Date: Fri, 4 Nov 2022 11:24:41 -0400 Subject: [PATCH] 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 --- contrib/cirrus/prebuild.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/cirrus/prebuild.sh b/contrib/cirrus/prebuild.sh index ea05d90dcc..614bcf48c0 100755 --- a/contrib/cirrus/prebuild.sh +++ b/contrib/cirrus/prebuild.sh @@ -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"