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 c97f1955de
Publish prototype for bot
Signed-off-by: Sam Therapy <sam@samtherapy.net>
2022-01-05 17:45:53 -06:00

22 lines
225 B
YAML

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