Skip to content

Commit e765ddf

Browse files
committed
CI: rename jobs
1 parent 3500e5c commit e765ddf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
run: pixi run -e lint pylint
3939

4040
checks:
41-
name: Check Python ${{ matrix.python-version }} on ${{ matrix.runs-on }}
41+
name: Check ${{ matrix.environment }}
4242
runs-on: ${{ matrix.runs-on }}
4343
needs: [pre-commit-and-lint]
4444
strategy:

0 commit comments

Comments
 (0)