File tree Expand file tree Collapse file tree 1 file changed +0
-18
lines changed Expand file tree Collapse file tree 1 file changed +0
-18
lines changed Original file line number Diff line number Diff line change 6
6
runs-on : ubuntu-latest
7
7
steps :
8
8
- uses : actions/checkout@v1
9
- - uses : actions/cache@v1
10
- with :
11
- path : ~/go/pkg/mod
12
- key : ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
13
- restore-keys : |
14
- ${{ runner.os }}-go-
15
9
- name : make fmt
16
10
uses : ./ci/image
17
11
with :
21
15
runs-on : ubuntu-latest
22
16
steps :
23
17
- uses : actions/checkout@v1
24
- - uses : actions/cache@v1
25
- with :
26
- path : ~/go/pkg/mod
27
- key : ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
28
- restore-keys : |
29
- ${{ runner.os }}-go-
30
18
- name : make lint
31
19
uses : ./ci/image
32
20
with :
36
24
runs-on : ubuntu-latest
37
25
steps :
38
26
- uses : actions/checkout@v1
39
- - uses : actions/cache@v1
40
- with :
41
- path : ~/go/pkg/mod
42
- key : ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
43
- restore-keys : |
44
- ${{ runner.os }}-go-
45
27
- name : make test
46
28
uses : ./ci/image
47
29
with :
You can’t perform that action at this time.
0 commit comments