Skip to content

Commit b70dfff

Browse files
committed
👷 github/workflows/ci: Fix the duplicated names and clarify
1 parent 300a828 commit b70dfff

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,8 @@ jobs:
114114
env:
115115
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
116116

117-
check_format:
118-
name: Check Formatting & Run Credo
117+
check_formatting:
118+
name: Check Formatting
119119
runs-on: ubuntu-latest
120120
container: hexpm/elixir:1.14.0-erlang-24.3.4.5-alpine-3.16.2
121121
env:
@@ -150,7 +150,7 @@ jobs:
150150
- run: mix format --check-formatted
151151

152152
check_style:
153-
name: Check Formatting & Run Credo
153+
name: Check Style with Credo
154154
runs-on: ubuntu-latest
155155
container: hexpm/elixir:1.14.0-erlang-24.3.4.5-alpine-3.16.2
156156
env:
@@ -185,7 +185,7 @@ jobs:
185185
- run: mix credo
186186

187187
check_types:
188-
name: Check Types (including generated)
188+
name: Check Types with Dialyzer (including generated)
189189
runs-on: ubuntu-latest
190190
container: hexpm/elixir:1.14.0-erlang-24.3.4.5-alpine-3.16.2
191191
env:

0 commit comments

Comments
 (0)