Skip to content

Commit 02b1f66

Browse files
committed
CI: Clean up job names.
1 parent 3b8ca2b commit 02b1f66

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
test:
11-
name: Python ${{ matrix.python }}
11+
name: Build (Python ${{ matrix.python }})
1212
runs-on: ubuntu-latest
1313
env:
1414
TERM: xterm-256color

.github/workflows/install.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
test:
11-
name: Python ${{ matrix.python }}
11+
name: Install (Python ${{ matrix.python }})
1212
runs-on: ubuntu-latest
1313
env:
1414
TERM: xterm-256color
@@ -18,7 +18,7 @@ jobs:
1818

1919
steps:
2020
- name: Checkout Code
21-
uses: actions/checkout@v3
21+
uses: actions/checkout@v4
2222

2323
- name: Set up Python ${{ matrix.python }}
2424
uses: actions/setup-python@v5

.github/workflows/qa.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
test:
11-
name: linting & spelling
11+
name: Linting & Spelling
1212
runs-on: ubuntu-latest
1313
env:
1414
TERM: xterm-256color

.github/workflows/test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
test:
11-
name: Python ${{ matrix.python }}
11+
name: Test (Python ${{ matrix.python }})
1212
runs-on: ubuntu-latest
1313
env:
1414
TERM: xterm-256color
@@ -18,7 +18,7 @@ jobs:
1818

1919
steps:
2020
- name: Checkout Code
21-
uses: actions/checkout@v3
21+
uses: actions/checkout@v4
2222

2323
- name: Set up Python ${{ matrix.python }}
2424
uses: actions/setup-python@v5

0 commit comments

Comments
 (0)