Skip to content

Commit

Permalink
Prevent unlocked dependencies in CI (#383)
Browse files Browse the repository at this point in the history
  • Loading branch information
maennchen authored Dec 8, 2023
1 parent e7a2c2e commit e508160
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
elixir-version: ${{ matrix.elixir }}

- name: Install dependencies
run: mix deps.get
run: mix deps.get --check-locked

- name: Check no unused dependencies
run: mix deps.unlock --check-unused
Expand Down

0 comments on commit e508160

Please sign in to comment.