Добавление шага проверки на неиспользуемый код
This commit is contained in:
3
.github/workflows/main.yml
vendored
3
.github/workflows/main.yml
vendored
@ -32,6 +32,9 @@ jobs:
|
|||||||
- name: tsc lint
|
- name: tsc lint
|
||||||
run: npm run tsc
|
run: npm run tsc
|
||||||
|
|
||||||
|
- name: search unused code
|
||||||
|
run: npm run prune
|
||||||
|
|
||||||
- name: tests
|
- name: tests
|
||||||
run: npm run test
|
run: npm run test
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user