This repository has been archived on 2023-05-17. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
auth/.drone.yml
mifi 4176b0be51
Some checks failed
continuous-integration/drone/push Build is failing
New drone bits
2023-05-02 11:16:46 -04:00

25 lines
282 B
YAML

kind: pipeline
type: docker
name: default
workspace:
path: /drone/grow
steps:
- name: Code Style
image: node:latest
commands:
- yarn install
- yarn prettier
- name: Code Lint
image: node:latest
commands:
- yarn lint
trigger:
branch:
- main
event:
- push