feat: Run credo in CI

This commit is contained in:
Robert Prehn 2021-07-20 16:09:22 -05:00
parent eb61f0de73
commit aaf0594e63

View file

@ -38,6 +38,11 @@ test_1.12.1:
<<: *test_template
image: "elixir:1.12.1-alpine"
credo:
stage: test
image: "elixir:1.12.1-alpine"
script: mix credo diff master --all
build_image_for_commit:
stage: test
image: "docker:20.10"