Skip to content

Commit e4830fa

Browse files
committed
Fix referencing Python version in lint job name
1 parent 8f8a736 commit e4830fa

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci-cd.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,9 @@ on:
3838

3939
jobs:
4040
lint:
41-
name: Linters @ py${{ python-version }} @ ${{ matrix.os }}
41+
name: >-
42+
Linters @ py${{ matrix.python-version }}
43+
@ ${{ matrix.os }}
4244
needs:
4345
- pre-setup
4446
runs-on: ${{ matrix.os }}-latest

0 commit comments

Comments
 (0)