File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -114,8 +114,8 @@ jobs:
114
114
env :
115
115
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
116
116
117
- check_format :
118
- name : Check Formatting & Run Credo
117
+ check_formatting :
118
+ name : Check Formatting
119
119
runs-on : ubuntu-latest
120
120
container : hexpm/elixir:1.14.0-erlang-24.3.4.5-alpine-3.16.2
121
121
env :
@@ -150,7 +150,7 @@ jobs:
150
150
- run : mix format --check-formatted
151
151
152
152
check_style :
153
- name : Check Formatting & Run Credo
153
+ name : Check Style with Credo
154
154
runs-on : ubuntu-latest
155
155
container : hexpm/elixir:1.14.0-erlang-24.3.4.5-alpine-3.16.2
156
156
env :
@@ -185,7 +185,7 @@ jobs:
185
185
- run : mix credo
186
186
187
187
check_types :
188
- name : Check Types (including generated)
188
+ name : Check Types with Dialyzer (including generated)
189
189
runs-on : ubuntu-latest
190
190
container : hexpm/elixir:1.14.0-erlang-24.3.4.5-alpine-3.16.2
191
191
env :
You can’t perform that action at this time.
0 commit comments