Skip to content

Commit

Permalink
ci: add mix deps.tree step to check_deps_integrity workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
id committed Apr 30, 2024
1 parent 9007a96 commit 2d875fb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/check_deps_integrity.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ jobs:
mix local.hex --force
mix local.rebar --force
mix deps.get
- name: print mix dependency tree
run: mix deps.tree
- run: ./scripts/check-elixir-deps-discrepancies.exs
- run: ./scripts/check-elixir-applications.exs
- name: Upload produced lock files
Expand Down

0 comments on commit 2d875fb

Please sign in to comment.