MangoShelf/.drone.yml

9 lines
108 B
YAML
Raw Permalink Normal View History

2022-09-21 18:43:43 +02:00
kind: pipeline
name: default
steps:
- name: test
image: node
commands:
- npm install
2022-10-22 19:58:36 +02:00
- npm run lint