More explicit credo command in CI

This commit is contained in:
Jay Hayes
2023-11-10 07:07:39 -06:00
parent 9a6999e2f6
commit ec227f71b9

View File

@@ -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