Compare commits

...

1 Commits

Author SHA1 Message Date
FloatingGhost e578ee3648 run credo on PR
ci/woodpecker/push/woodpecker Pipeline is pending Details
ci/woodpecker/pr/woodpecker Pipeline failed Details
2022-12-14 12:49:14 +00:00
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