kind: pipeline name: default steps: - name: test image: koalaman/shellcheck:latest entrypoint: [ shellcheck ] command: [ essai.sh ]