mirror of
https://github.com/HangarMC/Hangar.git
synced 2025-02-17 15:01:42 +08:00
ci: also run oxlint on deploys
This commit is contained in:
parent
be7071288c
commit
3f8b15f7ce
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
@ -90,7 +90,7 @@ jobs:
|
|||||||
- name: Lint frontend
|
- name: Lint frontend
|
||||||
env:
|
env:
|
||||||
DEBUG: "hangar:*"
|
DEBUG: "hangar:*"
|
||||||
run: (cd frontend && pnpm lint:eslint)
|
run: (cd frontend && pnpm lint:oxlint && pnpm lint:eslint)
|
||||||
|
|
||||||
- name: Sync forth and back with crowdin
|
- name: Sync forth and back with crowdin
|
||||||
uses: crowdin/github-action@v2
|
uses: crowdin/github-action@v2
|
||||||
|
Loading…
Reference in New Issue
Block a user