--- kind: pipeline type: docker name: default steps: - name: build image: node:12 commands: - npm install - npm run lint - npm run bootstrap - npm run test:ci - npm run esm --- kind: signature hmac: 2a4dd894429afc6c3908a5d53cab57cac9a3918260a01e3f845db9aba53d6316 ...