Fix mix format and format migrations too
Signed-off-by: Thomas Citharel <tcit@tcit.fr> Fix credo warnings Signed-off-by: Thomas Citharel <tcit@tcit.fr> Show elixir version Signed-off-by: Thomas Citharel <tcit@tcit.fr> Also lint migrations Signed-off-by: Thomas Citharel <tcit@tcit.fr> Reset allow failure to false Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
@@ -41,8 +41,9 @@ elixir_check:
|
||||
before_script:
|
||||
- mix deps.get
|
||||
script:
|
||||
- mix format --check-formatted --dry-run
|
||||
- mix credo list
|
||||
- mix format --check-formatted --dry-run
|
||||
- mix hex.outdated
|
||||
cache:
|
||||
paths:
|
||||
- deps
|
||||
|
||||
Reference in New Issue
Block a user