Skip to content

Commit

Permalink
(CONT-943) - Add dependency checker to ci
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanbreen28 committed Jun 30, 2023
1 parent f2ee30f commit f26acac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/module_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,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 rake syntax lint metadata_lint check:symlinks check:git_ignore check:dot_underscore check:test_file rubocop dependency-checker metadata.json
- name: "Run tests"
run: |
Expand Down

0 comments on commit f26acac

Please sign in to comment.