Install knip to keep the codebase in check

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
Michael Telatynski 2024-11-05 18:36:34 +00:00
parent 1c06ebadcd
commit 82a6826a02
No known key found for this signature in database
GPG key ID: A2B008A5F49F5D0D
5 changed files with 194 additions and 293 deletions

View file

@ -128,3 +128,6 @@ jobs:
- name: Dead Code Analysis
run: "yarn run analyse:unused-exports"
- name: Run linter
run: "yarn run lint:knip"