mirror of
https://github.com/HangarMC/Hangar.git
synced 2024-11-27 06:01:08 +08:00
add lint
This commit is contained in:
parent
f797255f0c
commit
6248f37579
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user