diff --git a/.github/workflows/module_ci.yml b/.github/workflows/module_ci.yml index 5771d13..943a130 100644 --- a/.github/workflows/module_ci.yml +++ b/.github/workflows/module_ci.yml @@ -70,6 +70,7 @@ jobs: - name: "Run Static & Syntax Tests" run: | bundle exec rake syntax lint metadata_lint check:symlinks check:git_ignore check:dot_underscore check:test_file rubocop + bundle exec dependency-checker metadata.json - name: "Run tests" run: |