ci: run ts-circular-deps check in lint job on ci (#35647)

PR Close #35647
This commit is contained in:
Paul Gschwendtner 2020-02-24 12:16:28 +01:00 committed by Andrew Kushnir
parent f5a5c36d3c
commit 22be967104
1 changed files with 1 additions and 0 deletions

View File

@ -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: