command-parser/.drone.yml

16 lines
207 B
YAML
Raw Normal View History

2023-02-12 16:20:05 +01:00
kind: pipeline
type: docker
name: compliance
steps:
- name: lint
image: node
commands:
- yarn install
- yarn lint
- name: test
image: node
commands:
- yarn install
- yarn build
- yarn test