ci: run ts-circular-deps check in lint job on ci (#35647)
PR Close #35647
This commit is contained in:
parent
f5a5c36d3c
commit
22be967104
|
@ -276,6 +276,7 @@ jobs:
|
|||
(echo -e "\n.bzl files have lint errors. Please run ''yarn bazel:lint-fix''"; exit 1)'
|
||||
|
||||
- run: yarn lint
|
||||
- run: yarn ts-circular-deps:check
|
||||
- run: node tools/pullapprove/verify.js
|
||||
|
||||
test:
|
||||
|
|
Loading…
Reference in New Issue