command-parser/.drone.yml
Navy.gif e2503d22a0
All checks were successful
continuous-integration/drone/push Build is passing
test configs
2023-02-12 17:20:05 +02:00

16 lines
207 B
YAML

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