Skip to content

Commit

Permalink
add github actions check for circular dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
artlowel committed Mar 22, 2022
1 parent 716cea3 commit 41ad172
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,9 @@ jobs:
- name: Run lint
run: yarn run lint

- name: Check for circular dependencies
run: npx madge --exclude '(bitstream|bundle|collection|config-submission-form|eperson|item|version)\.model\.ts$' --circular --extensions ts ./

- name: Run build
run: yarn run build:prod

Expand Down

0 comments on commit 41ad172

Please sign in to comment.