This repository has been archived on 2023-05-27. You can view files and clone it, but cannot push or open issues or pull requests.
fediverse-imagebot/.drone.yml
Sam Therapy 91a95e96f5
Add basic stuffs
Signed-off-by: Sam Therapy <sam@samtherapy.net>
2022-01-03 17:02:06 -06:00

16 lines
163 B
YAML

kind: pipeline
type: docker
name: default
steps:
- name: lint
image: node
commands:
- yarn
- yarn lint
- name: test
image: node
commands:
- yarn