Skip to content

Commit 7f74f4a

Browse files
committed
check if the formatting is valid
1 parent e7ff63c commit 7f74f4a

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/samples-elixir.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ jobs:
3434
- name: mix deps.get
3535
run: mix deps.get
3636
working-directory: ${{ matrix.sample }}
37+
- name: mix test
38+
run: mix format --check-formatted
39+
working-directory: ${{ matrix.sample }}
3740
- name: mix test
3841
run: mix test
3942
working-directory: ${{ matrix.sample }}

0 commit comments

Comments
 (0)