More explicit credo command in CI
This commit is contained in:
2
.github/workflows/elixir.yml
vendored
2
.github/workflows/elixir.yml
vendored
@@ -34,4 +34,4 @@ jobs:
|
||||
- name: Run tests
|
||||
run: mix test
|
||||
- name: Run static analytics
|
||||
run: mix credo --all --strict
|
||||
run: mix credo suggest --all --strict
|
||||
|
Reference in New Issue
Block a user