add linting and some lazy loading
This commit is contained in:
@@ -32,6 +32,10 @@ jobs:
|
||||
run: |
|
||||
cd ./frontend
|
||||
yarn run test
|
||||
- name: Yarn Lint
|
||||
run: |
|
||||
cd ./frontend
|
||||
yarn run lint
|
||||
|
||||
docker-fe-build:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
Reference in New Issue
Block a user