--- kind: pipeline type: docker name: lint steps: - name: ShellCheck image: koalaman/shellcheck-alpine:0.7.1 commands: shellcheck pdf-optimize ...