Skip to content

Commit

Permalink
Ignore type dependencies for TypeScript modules in circular dependenc…
Browse files Browse the repository at this point in the history
…y check as these are valid and often used with inferred redux state types
  • Loading branch information
protyze committed Sep 30, 2023
1 parent ff52893 commit 8d31113
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 8d31113

Please sign in to comment.