Skip to content

Commit f12c417

Browse files
committed
Collapse job name
1 parent 476bcb8 commit f12c417

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/python-linters.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,7 @@ on:
1313
jobs:
1414
linters:
1515
name: >-
16-
${{ matrix.env.TOXENV }}
17-
/
18-
${{ matrix.python-version }}
19-
/
20-
${{ matrix.os }}
16+
${{ matrix.env.TOXENV }}/${{ matrix.python-version }}@${{ matrix.os }}
2117
runs-on: ${{ matrix.os }}
2218
strategy:
2319
# max-parallel: 5

0 commit comments

Comments
 (0)