Добавление шага проверки на неиспользуемый код
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
|
||||
run: npm run tsc
|
||||
|
||||
- name: search unused code
|
||||
run: npm run prune
|
||||
|
||||
- name: tests
|
||||
run: npm run test
|
||||
|
||||
|
||||
Reference in New Issue
Block a user