From a7b5676e3ba4a19b9c3008e6901d1835602bd8ab Mon Sep 17 00:00:00 2001 From: jordanbreen28 Date: Fri, 30 Jun 2023 10:18:34 +0100 Subject: [PATCH] (CONT-943) - Add dependency checker to ci --- .github/workflows/module_ci.yml | 1 + 1 file changed, 1 insertion(+) 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: |