Skip to content

Commit b8879ee

Browse files
committed
disable ci check for mix format
1 parent 989a7a3 commit b8879ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/elixir.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@ jobs:
7272
- name: Compile without warnings
7373
run: mix compile --warnings-as-errors
7474

75-
- name: Check formatting
76-
run: mix format --check-formatted
75+
# - name: Check formatting
76+
# run: mix format --check-formatted
7777

7878
- name: Run tests
7979
run: mix test

0 commit comments

Comments
 (0)