Skip to content

Commit 42fc5ce

Browse files
committed
CI Names
1 parent fab1225 commit 42fc5ce

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/python-app.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ permissions:
1616
jobs:
1717
test-3-11:
1818
runs-on: ubuntu-latest
19+
name: "Lint and test (python 3.11)"
1920

2021
steps:
2122
- uses: actions/checkout@v3
@@ -38,6 +39,7 @@ jobs:
3839

3940
test-3-8:
4041
runs-on: ubuntu-latest
42+
name: "Test (python 3.8)"
4143

4244
steps:
4345
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)