We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80877eb commit f5433a6Copy full SHA for f5433a6
.github/workflows/continuous_integration.yml
@@ -86,7 +86,7 @@ jobs:
86
# CHANGEME: Replace the `run` line above with the `run` line below
87
# run: mix deps.audit
88
89
- - name: Check format of Elixir code # https://hexdocs.pm/mix/main/Mix.Tasks.Format.html
+ - name: Ensure Elixir code is formatted # https://hexdocs.pm/mix/Mix.Tasks.Format.html
90
run: mix format --check-formatted
91
92
- name: Ensure the Elixir code compiles # https://hexdocs.pm/mix/Mix.Tasks.Compile.html
0 commit comments