forked from AkkomaGang/akkoma
run credo on PR
This commit is contained in:
parent
07a48b9293
commit
e578ee3648
1 changed files with 8 additions and 0 deletions
|
@ -74,6 +74,14 @@ pipeline:
|
||||||
- mix deps.get
|
- mix deps.get
|
||||||
- mix compile
|
- 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:
|
test:
|
||||||
image: akkoma/ci-base:1.14
|
image: akkoma/ci-base:1.14
|
||||||
<<: *on-pr-open
|
<<: *on-pr-open
|
||||||
|
|
Loading…
Reference in a new issue