--- platform: linux image_resource: type: registry-image source: repository: alpine tag: latest inputs: - name: repo run: path: ash args: - -eufo - pipefail - -c - | apk add --no-progress --no-interactive shellcheck findutils shellcheck --version find repo/ \ -type f \ -name '*.sh' \ -print0 |\ xargs -r0 shellcheck -x