Disallow dependency cycles (#13442)

This commit is contained in:
Nicolò Ribaudo
2021-06-10 00:48:57 +02:00
committed by GitHub
parent d3f4c22c28
commit a59522df83
4 changed files with 11 additions and 6 deletions

View File

@@ -36,6 +36,9 @@ jobs:
YARN_NODE_LINKER: pnp # use pnp linker for better linking performance: it's meant to update yarn cache only
run: |
yarn install --immutable --skip-builds
- name: Check for dependency cycles
run: |
yarn release-tool check-cycles
test-coverage:
name: Test on Node.js Latest