diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index 208facbc..da26fc53 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -62,12 +62,12 @@ }, { "name": "Install SBLint wrapper", - "run": "qlot exec ros install 40ants-linter", + "run": "qlot exec ros install 40ants-asdf-system 40ants-linter", "shell": "bash" }, { "name": "Run Linter", - "run": "qlot exec 40ants-linter --system \"reblocks\"", + "run": "qlot exec 40ants-linter --system \"reblocks\" --imports", "shell": "bash" } ] diff --git a/src/ci.lisp b/src/ci.lisp index d313455e..7431c494 100644 --- a/src/ci.lisp +++ b/src/ci.lisp @@ -11,7 +11,8 @@ (defworkflow linter :on-pull-request t :cache t - :jobs ((40ants-ci/jobs/linter:linter))) + :jobs ((40ants-ci/jobs/linter:linter + :check-imports t))) (defworkflow ci