kind: pipeline name: default steps: - name: test image: koalaman/shellcheck:latest commands: - shellcheck --version - shellcheck essai.sh