chore: update knip config and include in CI (#30410)

This commit is contained in:
Stephen Zhou
2025-12-31 15:38:07 +08:00
committed by GitHub
parent 27be89c984
commit e856287b65
8 changed files with 30 additions and 324 deletions

View File

@@ -110,6 +110,11 @@ jobs:
working-directory: ./web
run: pnpm run type-check:tsgo
- name: Web dead code check
if: steps.changed-files.outputs.any_changed == 'true'
working-directory: ./web
run: pnpm run knip
superlinter:
name: SuperLinter
runs-on: ubuntu-latest