Skip to content

Commit d37b94d

Browse files
committed
update workflow names
1 parent 33c84b6 commit d37b94d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
matrix:
1414
python-version: [ '3.11', '3.12', '3.13' ]
1515

16-
name: build docs on ${{ matrix.python-version }}
16+
name: docs on ${{ matrix.python-version }}
1717
steps:
1818
- uses: actions/checkout@v3
1919
with:
@@ -41,7 +41,7 @@ jobs:
4141
matrix:
4242
python-version: [ '3.11', '3.12', '3.13' ]
4343

44-
name: Build dist on ${{ matrix.python-version }}
44+
name: dist on ${{ matrix.python-version }}
4545
steps:
4646
- uses: actions/checkout@v3
4747
with:

.github/workflows/format.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
matrix:
4343
python-version: [ '3.11', '3.12', '3.13' ]
4444

45-
name: Ruff Formatter on ${{ matrix.python-version }}
45+
name: Ruff on ${{ matrix.python-version }}
4646
steps:
4747
- uses: actions/checkout@v3
4848
with:

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
matrix:
4444
python-version: [ '3.11', '3.12', '3.13' ]
4545

46-
name: Ruff Linter on ${{ matrix.python-version }}
46+
name: Ruff on ${{ matrix.python-version }}
4747
steps:
4848
- uses: actions/checkout@v3
4949
with:

0 commit comments

Comments
 (0)