* [workflow] Add step to run credo

This commit is contained in:
Anthony Mineo 2021-10-13 13:07:17 -04:00
parent 987783e40d
commit 6084d22371

View file

@ -29,3 +29,5 @@ jobs:
run: mix deps.get
- name: Run tests
run: mix test
- name: Static Code Analysis - Credo
run: mix credo