Stage it all
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2023-05-02 11:59:45 -04:00
parent 0a9d37c9e8
commit 31aa388c69
4 changed files with 21 additions and 3 deletions

View File

@@ -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