run credo on PR
ci/woodpecker/push/woodpecker Pipeline is pending Details
ci/woodpecker/pr/woodpecker Pipeline failed Details

This commit is contained in:
FloatingGhost 2022-12-14 12:49:14 +00:00
parent 07a48b9293
commit e578ee3648
1 changed files with 8 additions and 0 deletions

View File

@ -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