Skip to content

Commit

Permalink
Lint imports.
Browse files Browse the repository at this point in the history
  • Loading branch information
svetlyak40wt committed Dec 5, 2023
1 parent 6fb6e0c commit 6f0d23a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
]
Expand Down
3 changes: 2 additions & 1 deletion src/ci.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6f0d23a

Please sign in to comment.