mirror of
https://github.com/AstrBotDevs/AstrBot
synced 2026-07-16 01:40:15 +08:00
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:
1
.github/workflows/dashboard_ci.yml
vendored
1
.github/workflows/dashboard_ci.yml
vendored
@@ -30,6 +30,7 @@ jobs:
|
||||
working-directory: dashboard
|
||||
run: |
|
||||
pnpm install --frozen-lockfile
|
||||
pnpm lint:check
|
||||
pnpm run build
|
||||
|
||||
- name: Inject Commit SHA
|
||||
|
||||
Reference in New Issue
Block a user