Add sobelow to CI
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
7b91367145
commit
e6da458b49
|
@ -55,8 +55,9 @@ lint-elixir:
|
|||
- mix deps.get
|
||||
script:
|
||||
- export EXITVALUE=0
|
||||
- mix credo --strict -a || export EXITVALUE=1
|
||||
- mix format --check-formatted --dry-run || export EXITVALUE=1
|
||||
- mix credo --strict -a || export EXITVALUE=1
|
||||
- mix sobelow --config --skip || export EXITVALUE=1
|
||||
- exit $EXITVALUE
|
||||
|
||||
lint-front:
|
||||
|
|
Loading…
Reference in a new issue