kind: pipeline name: default steps: - name: test image: debian:bullseye commands: - apt update -y - apt install -y shellcheck - shellcheck hyperfi