command-parser/.drone.yml
Navy.gif 4fb0bed436
All checks were successful
continuous-integration/drone/push Build is passing
more tests & enforce structure
2023-02-12 18:08:52 +02:00

15 lines
192 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 test