Merge pull request #349 from spotify/rugvip/lint

workflows/frontend: add missing lint check
This commit is contained in:
Patrik Oldsberg
2020-03-21 13:15:34 +01:00
committed by GitHub
+1
View File
@@ -31,6 +31,7 @@ jobs:
- name: yarn install, build, and test
run: |
yarn install
yarn lint
yarn build
yarn test
env: