We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a42d52 commit 0ab73d1Copy full SHA for 0ab73d1
.github/workflows/ci.yml
@@ -44,6 +44,8 @@ jobs:
44
mix local.rebar --force
45
mix local.hex --force
46
mix deps.get
47
+ - name: mix compile --warnings-as-errors
48
+ run: WITH_SYSTEM_LEXBOR=1 mix compile --warnings-as-errors
49
- name: mix format --check-formatted
50
run: mix format --check-formatted
51
- name: dprint check
@@ -55,8 +57,6 @@ jobs:
55
57
chmod +x "$DPRINT_INSTALL/bin/dprint"
56
58
export PATH="$PATH:$DPRINT_INSTALL/bin"
59
dprint check
- - name: mix compile --warnings-as-errors
- run: WITH_SYSTEM_LEXBOR=1 mix compile --warnings-as-errors
60
- name: mix ecto.create && ecto.migrate
61
run: |
62
mix ecto.create
0 commit comments