This commit is contained in:
14
.drone.yml
14
.drone.yml
@@ -3,20 +3,20 @@ type: docker
|
||||
name: default
|
||||
|
||||
workspace:
|
||||
path: /drone/src
|
||||
path: /drone/grow
|
||||
|
||||
steps:
|
||||
- name: Lint
|
||||
image: node:latest
|
||||
commands:
|
||||
- yarn install
|
||||
- yarn lint .
|
||||
- name: Prettier
|
||||
- name: Code Style
|
||||
image: node:latest
|
||||
commands:
|
||||
- yarn install
|
||||
- yarn prettier
|
||||
|
||||
- name: Code Lint
|
||||
image: node:latest
|
||||
commands:
|
||||
- yarn lint
|
||||
|
||||
trigger:
|
||||
branch:
|
||||
- main
|
||||
|
||||
Reference in New Issue
Block a user