Skip to content

Commit

Permalink
ci: treat compilation warnings as errors
Browse files Browse the repository at this point in the history
  • Loading branch information
asakura committed Nov 7, 2023
1 parent e209960 commit 3a41c0e
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 @@ -95,7 +95,7 @@ jobs:
mix deps.get
mix deps.compile
- name: Compile project
run: mix compile
run: mix compile --warnings-as-errors
- name: Check for unused dependencies
run: mix deps.unlock --check-unused
- name: Check formatting
Expand Down

0 comments on commit 3a41c0e

Please sign in to comment.