chore: Add typechecking and pruning to CI (#2543)
This commit is contained in:
committed by
dermotduffy
parent
a96dc2e863
commit
c8e7fdd808
@@ -28,6 +28,12 @@ jobs:
|
||||
- name: Lint
|
||||
run: yarn run lint
|
||||
|
||||
- name: Type-check
|
||||
run: yarn run typecheck
|
||||
|
||||
- name: Check for dead exports
|
||||
run: yarn run prune
|
||||
|
||||
- name: Check formatting
|
||||
run: yarn run format-check
|
||||
|
||||
|
||||
Reference in New Issue
Block a user