Run dead code analysis in lint script and CI

This commit is contained in:
Robin
2024-08-22 14:28:48 -04:00
committed by Timo
parent 4cb94c6d18
commit d6ca9dec2c
2 changed files with 4 additions and 1 deletions

View File

@@ -23,3 +23,5 @@ jobs:
run: "yarn run lint:eslint"
- name: Type check
run: "yarn run lint:types"
- name: Dead code analysis
run: "yarn run lint:knip"