We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6dfa85d commit abe90abCopy full SHA for abe90ab
.github/workflows/run-build-tests.yml
@@ -14,7 +14,8 @@ jobs:
14
name: Linters
15
runs-on: ubuntu-latest
16
steps:
17
- - uses: actions/checkout@v3
+ - name: Checkout repository
18
+ uses: actions/checkout@v3
19
- name: Setup go 1.20
20
uses: actions/setup-go@v3
21
with:
@@ -59,7 +60,8 @@ jobs:
59
60
tests:
61
runs-on: [ubuntu-latest]
62
63
64
65
- name: Setup Go 1.20
66
67
@@ -98,7 +100,8 @@ jobs:
98
100
run-coverall:
99
101
102
103
104
105
- name: Use golang version 1.20
106
107
0 commit comments