Skip to content

Commit

Permalink
chore: check if lockfile is up to date (#469)
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 authored Nov 5, 2024
1 parent 07b4008 commit 0f770a9
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 0f770a9

Please sign in to comment.