Skip to content
Snippets Groups Projects
Verified Commit d93ab481 authored by Haelwenn's avatar Haelwenn
Browse files

.gitlab-ci.yml: Adds credo to the chain

Not really sure about the order in which this is but it feels right
because credo is more about checking if a ~working code could need
some improvements.<M-1>
parent d0e94d5f
No related branches found
No related tags found
No related merge requests found
......@@ -19,6 +19,7 @@ cache:
stages:
- lint
- test
- analysis
before_script:
- mix local.hex --force
......@@ -37,3 +38,8 @@ unit-testing:
stage: test
script:
- mix test --trace --preload-modules
analysis:
stage: analysis
script:
- mix credo list
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment