Lint code before testing

This commit is contained in:
Kirill Pimenov 2019-01-21 18:31:19 +03:00
parent c8cca6b447
commit 131b5696ec
No known key found for this signature in database
GPG Key ID: 8384157353674196

View File

@ -20,4 +20,6 @@ jobs:
- node_modules
key: v1-dependencies-{{ checksum "package.json" }}
- run: yarn lint
- run: yarn test:unit