Run dead code analysis in lint script and CI

This commit is contained in:
Robin
2024-08-28 01:21:46 +02:00
committed by Timo
parent 4cb94c6d18
commit d6ca9dec2c
2 changed files with 4 additions and 1 deletions
+2
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"