Skip to content

Commit

Permalink
Verify that there are no compile warnings (#330)
Browse files Browse the repository at this point in the history
* Verify that there are no compile warnings

* Fix whitespace to satify the yaml gods

* Don't test elixir 1.15
  • Loading branch information
axelson authored Sep 24, 2023
1 parent 5e7450e commit 6246beb
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 @@ -46,7 +46,7 @@ jobs:
- name: Compile Deps
run: mix deps.compile
- name: Compile
run: mix compile
run: mix compile --warnings-as-errors
- name: Run Tests
run: mix test
- name: Run credo
Expand Down

0 comments on commit 6246beb

Please sign in to comment.