kind: pipeline type: docker name: deploy-image steps: - name: test-build image: node:16-alpine commands: - yarn install - yarn test-build - yarn lint