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
|
- mix deps.get
|
||||||
script:
|
script:
|
||||||
- export EXITVALUE=0
|
- export EXITVALUE=0
|
||||||
- mix credo --strict -a || export EXITVALUE=1
|
|
||||||
- mix format --check-formatted --dry-run || 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
|
- exit $EXITVALUE
|
||||||
|
|
||||||
lint-front:
|
lint-front:
|
||||||
|
Loading…
Reference in New Issue
Block a user