Skip to content

Commit 53142fb

Browse files
committed
test.yml: fix spelling (and make consistent with lint.yml)
1 parent c444fba commit 53142fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ jobs:
88
fail-fast: false
99
runs-on: ${{ matrix.os }}
1010
steps:
11-
- name: Setup go
11+
- name: Set up Go
1212
uses: actions/setup-go@v2
1313
with:
1414
go-version: '1.17'
1515

16-
- name: Checkout code
16+
- name: Check out code
1717
uses: actions/checkout@v2
1818

1919
- name: Get full repo history

0 commit comments

Comments
 (0)