Skip to content

Commit 6246beb

Browse files
authored
Verify that there are no compile warnings (#330)
* Verify that there are no compile warnings * Fix whitespace to satify the yaml gods * Don't test elixir 1.15
1 parent 5e7450e commit 6246beb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- name: Compile Deps
4747
run: mix deps.compile
4848
- name: Compile
49-
run: mix compile
49+
run: mix compile --warnings-as-errors
5050
- name: Run Tests
5151
run: mix test
5252
- name: Run credo

0 commit comments

Comments
 (0)