Add CI check for unused dependencies

This commit is contained in:
Claudio Ortolina
2024-12-20 21:20:59 +00:00
parent 55d1ea3460
commit 89c9c4bf74
+1
View File
@@ -51,6 +51,7 @@ jobs:
mix clean
shell: sh
- run: mix deps.get
- run: mix deps.unlock --check-unused
- run: mix gettext.extract --check-up-to-date
- run: mix format --check-formatted
- run: mix test