Skip to content

Commit

Permalink
chore: check if lockfile is up to date
Browse files Browse the repository at this point in the history
This will raise if there are some pending changes to the `mix.lock`.
This is to ensure, that `mix.lock` was uploaded after dependency
changes.
  • Loading branch information
hauleth committed Nov 5, 2024
1 parent 86a3d91 commit 5a03965
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/elixir.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
restore-keys: |
${{ runner.os }}-mix-
- name: Install dependencies
run: mix deps.get
run: mix deps.get --check-locked

format:
name: Formatting checks
Expand Down

0 comments on commit 5a03965

Please sign in to comment.