mirror of
https://github.com/HangarMC/Hangar.git
synced 2024-11-27 06:01:08 +08:00
ci: run oxlint on PRs
This commit is contained in:
parent
3f0be567c1
commit
f34eb1ce9e
2
.github/workflows/frontend_build.yml
vendored
2
.github/workflows/frontend_build.yml
vendored
@ -63,7 +63,7 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
CI: true
|
CI: true
|
||||||
DEBUG: "hangar:*"
|
DEBUG: "hangar:*"
|
||||||
run: (cd frontend && pnpm lint:eslint)
|
run: (cd frontend && pnpm lint:oxlint && pnpm lint:eslint)
|
||||||
|
|
||||||
- name: Build frontend
|
- name: Build frontend
|
||||||
env:
|
env:
|
||||||
|
Loading…
Reference in New Issue
Block a user