From 8d31113421cb0273b50f9cec0d44d3e4619f524f Mon Sep 17 00:00:00 2001 From: protyze Date: Sat, 30 Sep 2023 13:42:04 +0200 Subject: [PATCH] Ignore type dependencies for TypeScript modules in circular dependency check as these are valid and often used with inferred redux state types --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d3be432..d56fb0b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -26,7 +26,7 @@ jobs: - name: Quality Assurance 👌 run: | - npx dpdm --warning false --tree false --exit-code circular:1 src/** + npx dpdm -T --warning false --tree false --exit-code circular:1 src/** - name: Build 🔧 run: