This commit is contained in:
MiniDigger 2021-02-05 17:45:50 +01:00
parent f797255f0c
commit 6248f37579

View File

@ -54,6 +54,11 @@ jobs:
CI: true
run: (cd frontend && yarn install --frozen-lockfile --cache-folder ~/.cache/yarn)
- name: Lint frontend
env:
CI: true
run: (cd frontend && yarn lint)
- name: Build frontend
env:
CI: true