mirror of
https://github.com/Kaelio/ktx.git
synced 2026-06-10 08:05:14 +02:00
chore: add TypeScript dead-code checks
This commit is contained in:
parent
46b013e32a
commit
ef3ac8ee91
25 changed files with 818 additions and 252 deletions
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
|
|
@ -37,6 +37,9 @@ jobs:
|
|||
- name: Install TypeScript dependencies
|
||||
run: pnpm install --frozen-lockfile
|
||||
|
||||
- name: Run TypeScript dead-code checks
|
||||
run: pnpm run dead-code
|
||||
|
||||
- name: Run TypeScript checks
|
||||
run: pnpm run check
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue