This commit is contained in:
@@ -6,13 +6,17 @@ workspace:
|
||||
path: /drone/grow
|
||||
|
||||
steps:
|
||||
- name: Code Style
|
||||
- name: Install
|
||||
image: node:latest
|
||||
commands:
|
||||
- yarn install
|
||||
|
||||
- name: Check Code Style
|
||||
image: node:latest
|
||||
commands:
|
||||
- yarn prettier
|
||||
|
||||
- name: Code Lint
|
||||
- name: Lint Code
|
||||
image: node:latest
|
||||
commands:
|
||||
- yarn lint
|
||||
|
||||
Reference in New Issue
Block a user