mirror of
https://github.com/HangarMC/Hangar.git
synced 2024-11-21 01:21:54 +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
|
||||
env:
|
||||
DEBUG: "hangar:*"
|
||||
run: (cd frontend && pnpm lint:eslint)
|
||||
run: (cd frontend && pnpm lint:oxlint && pnpm lint:eslint)
|
||||
|
||||
- name: Sync forth and back with crowdin
|
||||
uses: crowdin/github-action@v2
|
||||
|
Loading…
Reference in New Issue
Block a user