We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f6ff08 commit 2bd148aCopy full SHA for 2bd148a
.github/workflows/elixir.yml
@@ -40,6 +40,7 @@ jobs:
40
postgres:
41
image: postgres:13.1
42
env:
43
+ POSTGRES_USER: postgres
44
POSTGRES_PASSWORD: postgres
45
options: >-
46
--health-cmd pg_isready
@@ -132,12 +133,12 @@ jobs:
132
133
134
- run: mix tailwind.install
135
136
+ - run: mix compile --warnings-as-errors
137
+
138
- run: mix format --check-formatted
139
140
- run: mix deps.unlock --check-unused
141
142
- run: mix credo --strict
143
144
- run: mix dialyzer
-
- - run: mix compile --warnings-as-errors
0 commit comments