mirror of
https://github.com/netfun2000/hipudding-teslamate.git
synced 2026-02-27 09:44:28 +08:00
Check for unused dependencies
This commit is contained in:
2
.github/workflows/elixir.yml
vendored
2
.github/workflows/elixir.yml
vendored
@@ -50,6 +50,8 @@ jobs:
|
||||
run: mix do deps.get, compile
|
||||
- name: Check Formatting
|
||||
run: mix format --check-formatted
|
||||
- name: Check unused dependencies
|
||||
run: mix deps.unlock --check-unused
|
||||
- name: Run Tests
|
||||
run: mix test
|
||||
- name: Check Coverage
|
||||
|
||||
Reference in New Issue
Block a user