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 d9e4f2dc6f
All checks were successful
continuous-integration/drone Build is passing
Make README show newer image folder option
Signed-off-by: Sam Therapy <sam@samtherapy.net>
2022-01-09 12:05:55 -06:00

21 lines
224 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