mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 10:04:11 +00:00
add github actions check for circular dependencies
This commit is contained in:
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user