Run credo in CI
This commit is contained in:
2
.github/workflows/elixir.yml
vendored
2
.github/workflows/elixir.yml
vendored
@@ -33,3 +33,5 @@ jobs:
|
|||||||
run: mix deps.get
|
run: mix deps.get
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: mix test
|
run: mix test
|
||||||
|
- name: Run static analytics
|
||||||
|
run: mix credo --all --strict
|
||||||
|
|||||||
Reference in New Issue
Block a user