You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This PR wires up knip (dead code / unused exports detector) into both the npm scripts and the CI pipeline. The knip devDependency and a knip:fix script were already present; this change adds the plain knip script and a matching CI step.
Adds "knip": "knip" to package.json scripts, completing the knip / knip:fix script pair that already existed.
Inserts a knip CI step between lint and fmt:check, keeping the check order logical and ensuring dead-code issues fail the build.
Confidence Score: 5/5
Safe to merge — the change is additive and self-contained, with no risk of breaking existing behaviour.
Both files touch only CI configuration and script registration. The knip binary is already installed as a devDependency, a config file (knip.ts) is already present, and the CI step follows the same pattern as every other check step in the workflow.
No files require special attention.
Important Files Changed
Filename
Overview
.github/workflows/ci.yml
Adds a knip step between lint and format-check; the step runs pnpm knip and fits naturally in the existing check sequence.
package.json
Adds the missing "knip": "knip" script; knip:fix already existed and knip is already a devDependency, so the addition is complete and correct.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.