Skip to content

Commit 19748dc

Browse files
chore: add knip to CI pipeline
Adds the `pnpm run knip` command to the CI pipeline to detect unused files, dependencies, and exports, as recommended in the code review.
1 parent 5faa029 commit 19748dc

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@ jobs:
3939
- name: Type check
4040
run: pnpm exec tsc --noEmit
4141

42+
- name: Knip
43+
run: pnpm run knip
44+
4245
- name: Format check
4346
run: pnpm run format:check
4447

0 commit comments

Comments
 (0)