Add CI check for unused dependencies
This commit is contained in:
@@ -51,6 +51,7 @@ jobs:
|
|||||||
mix clean
|
mix clean
|
||||||
shell: sh
|
shell: sh
|
||||||
- run: mix deps.get
|
- run: mix deps.get
|
||||||
|
- run: mix deps.unlock --check-unused
|
||||||
- run: mix gettext.extract --check-up-to-date
|
- run: mix gettext.extract --check-up-to-date
|
||||||
- run: mix format --check-formatted
|
- run: mix format --check-formatted
|
||||||
- run: mix test
|
- run: mix test
|
||||||
|
|||||||
Reference in New Issue
Block a user