New drone bits
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2023-05-02 11:16:46 -04:00
parent 63dd15ea83
commit 4176b0be51

View File

@@ -3,20 +3,20 @@ type: docker
name: default name: default
workspace: workspace:
path: /drone/src path: /drone/grow
steps: steps:
- name: Lint - name: Code Style
image: node:latest
commands:
- yarn install
- yarn lint .
- name: Prettier
image: node:latest image: node:latest
commands: commands:
- yarn install - yarn install
- yarn prettier - yarn prettier
- name: Code Lint
image: node:latest
commands:
- yarn lint
trigger: trigger:
branch: branch:
- main - main