Skip to content

Commit 5b53d05

Browse files
committed
feat: 👷 add Check formatting step to build job
1 parent 4b31fed commit 5b53d05

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/elixir.yml

+2
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ jobs:
2929
restore-keys: ${{ runner.os }}-mix-
3030
- name: Install dependencies
3131
run: mix deps.get
32+
- name: Check formatting
33+
run: mix format --check-formatted
3234
- name: Run tests
3335
run: mix test
3436

0 commit comments

Comments
 (0)