Skip to content

Commit

Permalink
fix: lint ci (#6)
Browse files Browse the repository at this point in the history
Signed-off-by: Eduardo Cunha <[email protected]>
  • Loading branch information
ejscunha authored Oct 16, 2024
1 parent 34af31a commit ec9463b
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 @@ -42,7 +42,7 @@ jobs:
${{ runner.os }}-mix-${{matrix.pair.elixir}}-${{matrix.pair.otp}}-
- name: Run mix deps.get
run: mix deps.get --only test
run: mix deps.get

- name: Run mix format
run: mix format --check-formatted
Expand Down

0 comments on commit ec9463b

Please sign in to comment.