Skip to content

Commit e508160

Browse files
authored
Prevent unlocked dependencies in CI (#383)
1 parent e7a2c2e commit e508160

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
elixir-version: ${{ matrix.elixir }}
3636

3737
- name: Install dependencies
38-
run: mix deps.get
38+
run: mix deps.get --check-locked
3939

4040
- name: Check no unused dependencies
4141
run: mix deps.unlock --check-unused

0 commit comments

Comments
 (0)