kind: pipeline name: default steps: - name: check image: ubuntu:18.04 commands: - apt-get update - apt-get install shellcheck - shellcheck bin/*