@ -0,0 +1,11 @@
kind: pipeline
type: docker
name: deploy-image
steps:
- name: test-build
image: node:16-alpine
commands:
- yarn install
- yarn test-build
- yarn lint