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