We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
knip
1 parent 7966038 commit a940986Copy full SHA for a940986
1 file changed
.github/workflows/autofix.yml
@@ -26,6 +26,9 @@ jobs:
26
- name: Lint (code)
27
run: pnpm lint:fix
28
29
+ - name: Knip
30
+ run: pnpm knip --fix
31
+
32
- name: Check engine ranges, peer dependency ranges and installed versions
33
run: pnpm test:engines --fix
34
0 commit comments