kind: pipeline
type: docker
name: compliance
steps:
- name: lint
image: node
commands:
- yarn install
- yarn lint
- name: test
- yarn test