mirror of
https://github.com/containers/podman.git
synced 2025-06-29 15:08:09 +08:00
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:
@ -34,7 +34,7 @@ if [[ "${DISTRO_NV}" =~ fedora ]]; then
|
|||||||
--enable add-default-case,avoid-nullary-conditions,check-unassigned-uppercase \
|
--enable add-default-case,avoid-nullary-conditions,check-unassigned-uppercase \
|
||||||
--exclude SC2046,SC2034,SC2090,SC2064 \
|
--exclude SC2046,SC2034,SC2090,SC2064 \
|
||||||
--wiki-link-count=0 --severity=warning \
|
--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
|
fi
|
||||||
|
|
||||||
msg "Checking 3rd party network service connectivity"
|
msg "Checking 3rd party network service connectivity"
|
||||||
|
Reference in New Issue
Block a user