webserver-framework/.drone.yml

15 lines
192 B
YAML
Raw Normal View History

2023-02-11 12:57:15 +01:00
kind: pipeline
type: docker
name: compliance
steps:
2023-02-11 17:01:56 +01:00
- name: lint
2023-02-11 12:57:15 +01:00
image: node
commands:
- yarn install
2023-02-11 17:01:56 +01:00
- yarn lint
- name: test
image: node
commands:
- yarn install
- yarn test