8000 Added name to job · hopvu/wc-api-python@575c97f · GitHub
[go: up one dir, main page]

Skip to content

Commit 575c97f

Browse files
Added name to job
1 parent 9c7ac49 commit 575c97f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,14 @@ on:
88
branches: [trunk]
99
jobs:
1010
build:
11+
name: Build
1112
runs-on: ubuntu-latest
1213
strategy:
1314
matrix:
1415
python-version: [3.6, 3 5D1F .7, 3.8, 3.9, nightly]
1516
steps:
16-
- uses: actions/checkout@v2
17+
- name: Checkout code
18+
uses: actions/checkout@v2
1719
- name: Set up Python ${{ matrix.python-version }}
1820
uses: actions/setup-python@v2
1921
with:

0 commit comments

Comments
 (0)
0