Run credo check on CI

This commit is contained in:
Claudio Ortolina
2025-02-20 15:30:12 +00:00
parent 7df136c890
commit 4ee5984fd5
+1
View File
@@ -54,6 +54,7 @@ jobs:
- run: mix deps.unlock --check-unused
- run: mix gettext.extract --check-up-to-date
- run: mix format --check-formatted
- run: mix credo --strict
- run: mix test
deploy: