Add linting step
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone/pr Build is failing

This commit is contained in:
Hamcha 2019-09-20 15:03:56 +02:00
parent f8b4729e08
commit c9312b1c9f
Signed by: hamcha
GPG key ID: 44AD3571EB09A39E

View file

@ -19,6 +19,13 @@ steps:
depends_on: depends_on:
- restore-cache - restore-cache
- name: lint
image: node
commands:
- yarn lint
depends_on:
- dependencies
- name: build_versioned - name: build_versioned
image: node image: node
commands: commands: