Skip to content

Commit

Permalink
fix(ci): compile with --warnings-as-errors
Browse files Browse the repository at this point in the history
  • Loading branch information
paulswartz committed Oct 23, 2023
1 parent 3671548 commit 68a9fb6
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 @@ -51,7 +51,7 @@ jobs:
mix local.hex --force
mix deps.get
- name: Compile (warnings as errors)
run: mix compile --force
run: mix compile --force --warnings-as-errors
- name: Check formatting
run: mix format --check-formatted
- name: Credo
Expand Down

0 comments on commit 68a9fb6

Please sign in to comment.