[feat] Add knip for unused code detection (#4890)

This commit is contained in:
Chenlei Hu
2025-08-11 22:23:08 -04:00
committed by GitHub
parent 8403bd0e3e
commit c7baf3c340
14 changed files with 615 additions and 996 deletions

View File

@@ -56,6 +56,7 @@ jobs:
run: |
npm run lint
npm run format:check
npm run knip
- name: Comment on PR about auto-fix
if: steps.verify-changed-files.outputs.changed == 'true' && github.event.pull_request.head.repo.full_name == github.repository