forked from AkkomaGang/akkoma
Compare commits
1 commit
develop
...
credo-on-p
Author | SHA1 | Date | |
---|---|---|---|
e578ee3648 |
1 changed files with 8 additions and 0 deletions
|
@ -74,6 +74,14 @@ pipeline:
|
|||
- mix deps.get
|
||||
- mix compile
|
||||
|
||||
credo:
|
||||
<<: *on-pr-open
|
||||
image: akkoma/ci-base:1.14
|
||||
commands:
|
||||
- mix local.hex --force
|
||||
- mix local.rebar --force
|
||||
- mix credo || true # we don't want to error here
|
||||
|
||||
test:
|
||||
image: akkoma/ci-base:1.14
|
||||
<<: *on-pr-open
|
||||
|
|
Loading…
Reference in a new issue