ci: also run oxlint on deploys

This commit is contained in:
MiniDigger | Martin 2024-08-29 21:00:44 +02:00
parent be7071288c
commit 3f8b15f7ce

View File

@ -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