Run lein check on CI
This commit is contained in:
parent
167fa385a2
commit
9b0b5da658
1 changed files with 3 additions and 0 deletions
|
|
@ -36,6 +36,9 @@ jobs:
|
|||
- ~/.m2
|
||||
key: v1-dependencies-{{ checksum "project.clj" }}
|
||||
|
||||
# check syntax and warn on reflection
|
||||
- run: lein check
|
||||
|
||||
# run tests!
|
||||
- run: lein test
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue