We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Check formatting
build
1 parent 4b31fed commit 5b53d05Copy full SHA for 5b53d05
.github/workflows/elixir.yml
@@ -29,6 +29,8 @@ jobs:
29
restore-keys: ${{ runner.os }}-mix-
30
- name: Install dependencies
31
run: mix deps.get
32
+ - name: Check formatting
33
+ run: mix format --check-formatted
34
- name: Run tests
35
run: mix test
36
0 commit comments