Commit 02b1f66 1 parent 3b8ca2b commit 02b1f66 Copy full SHA for 02b1f66
File tree 4 files changed +6
-6
lines changed
4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 8
8
9
9
jobs :
10
10
test :
11
- name : Python ${{ matrix.python }}
11
+ name : Build ( Python ${{ matrix.python }})
12
12
runs-on : ubuntu-latest
13
13
env :
14
14
TERM : xterm-256color
Original file line number Diff line number Diff line change 8
8
9
9
jobs :
10
10
test :
11
- name : Python ${{ matrix.python }}
11
+ name : Install ( Python ${{ matrix.python }})
12
12
runs-on : ubuntu-latest
13
13
env :
14
14
TERM : xterm-256color
18
18
19
19
steps :
20
20
- name : Checkout Code
21
- uses : actions/checkout@v3
21
+ uses : actions/checkout@v4
22
22
23
23
- name : Set up Python ${{ matrix.python }}
24
24
uses : actions/setup-python@v5
Original file line number Diff line number Diff line change 8
8
9
9
jobs :
10
10
test :
11
- name : linting & spelling
11
+ name : Linting & Spelling
12
12
runs-on : ubuntu-latest
13
13
env :
14
14
TERM : xterm-256color
Original file line number Diff line number Diff line change 8
8
9
9
jobs :
10
10
test :
11
- name : Python ${{ matrix.python }}
11
+ name : Test ( Python ${{ matrix.python }})
12
12
runs-on : ubuntu-latest
13
13
env :
14
14
TERM : xterm-256color
18
18
19
19
steps :
20
20
- name : Checkout Code
21
- uses : actions/checkout@v3
21
+ uses : actions/checkout@v4
22
22
23
23
- name : Set up Python ${{ matrix.python }}
24
24
uses : actions/setup-python@v5
You can’t perform that action at this time.
0 commit comments