ci(dashboard): add biome lint check to CI workflow

Run `pnpm lint:check` before build to catch format and import issues early.
Biome's noUnusedVariables is disabled for Vue files since biome cannot
detect variables used in <template> blocks.
This commit is contained in:
LIghtJUNction
2026-04-29 17:42:58 +08:00
parent 6996dbd22d
commit a5141e272a

View File

@@ -30,6 +30,7 @@ jobs:
working-directory: dashboard
run: |
pnpm install --frozen-lockfile
pnpm lint:check
pnpm run build
- name: Inject Commit SHA