Skip to content

Commit f5433a6

Browse files
committed
Improve naming and comments for mix format step
1 parent 80877eb commit f5433a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/continuous_integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
# CHANGEME: Replace the `run` line above with the `run` line below
8787
# run: mix deps.audit
8888

89-
- name: Check format of Elixir code # https://hexdocs.pm/mix/main/Mix.Tasks.Format.html
89+
- name: Ensure Elixir code is formatted # https://hexdocs.pm/mix/Mix.Tasks.Format.html
9090
run: mix format --check-formatted
9191

9292
- name: Ensure the Elixir code compiles # https://hexdocs.pm/mix/Mix.Tasks.Compile.html

0 commit comments

Comments
 (0)