Skip to content

Commit

Permalink
Ooops
Browse files Browse the repository at this point in the history
  • Loading branch information
whatyouhide committed Jun 18, 2024
1 parent 16e7a13 commit 298d93c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
if: ${{ matrix.lint }}

- name: Check that there are no unused dependencies in mix.lock
run: mix do deps.get, mix deps.unlock --check-unused
run: mix do deps.get, deps.unlock --check-unused
if: ${{ matrix.lint }}

- name: Compile with --warnings-as-errors
Expand Down

0 comments on commit 298d93c

Please sign in to comment.