Skip to content

Commit 0ab73d1

Browse files
committed
Compile before checking formatting
1 parent 0a42d52 commit 0ab73d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ jobs:
4444
mix local.rebar --force
4545
mix local.hex --force
4646
mix deps.get
47+
- name: mix compile --warnings-as-errors
48+
run: WITH_SYSTEM_LEXBOR=1 mix compile --warnings-as-errors
4749
- name: mix format --check-formatted
4850
run: mix format --check-formatted
4951
- name: dprint check
@@ -55,8 +57,6 @@ jobs:
5557
chmod +x "$DPRINT_INSTALL/bin/dprint"
5658
export PATH="$PATH:$DPRINT_INSTALL/bin"
5759
dprint check
58-
- name: mix compile --warnings-as-errors
59-
run: WITH_SYSTEM_LEXBOR=1 mix compile --warnings-as-errors
6060
- name: mix ecto.create && ecto.migrate
6161
run: |
6262
mix ecto.create

0 commit comments

Comments
 (0)