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 9a15e5230d
Some checks failed
continuous-integration/drone/push Build is failing
Update pipeline
2023-05-02 01:32:18 -04:00

21 lines
229 B
YAML

kind: pipeline
type: docker
name: default
workspace:
path: /drone/src
steps:
- name: lint
image: node:latest
commands:
- npm install -g yarn
- yarn install
- yarn lint
trigger:
branch:
- main
event:
- push