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 d922bb67ce
Finish token generation, add flags to bot
Signed-off-by: Sam Therapy <sam@samtherapy.net>
2022-01-05 13:03:13 -06:00

23 lines
244 B
YAML

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