workflows/frontend: add missing lint check

This commit is contained in:
Patrik Oldsberg
2020-03-21 10:59:23 +01:00
parent 6d87e3ac3c
commit 5c16d1d937
+1
View File
@@ -31,6 +31,7 @@ jobs:
- name: yarn install, build, and test
run: |
yarn install
yarn lint
yarn build
yarn test
env: