webserver-framework/.drone.yml
Navy.gif b333f3cf77
Some checks failed
continuous-integration/drone/push Build is failing
tests, default avatar
2023-02-11 18:01:56 +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