File tree Expand file tree Collapse file tree 2 files changed +22
-17
lines changed Expand file tree Collapse file tree 2 files changed +22
-17
lines changed Original file line number Diff line number Diff line change 30
30
uses : actions/setup-go@v2
31
31
with :
32
32
go-version : 1.18.0-beta2
33
+ stable : false
33
34
34
35
- name : Check out code into the Go module directory
35
36
uses : actions/checkout@v2
47
48
uses : actions/setup-go@v2
48
49
with :
49
50
go-version : 1.18.0-beta2
51
+ stable : false
50
52
51
53
- name : Check out code into the Go module directory
52
54
uses : actions/checkout@v2
@@ -62,20 +64,21 @@ jobs:
62
64
- name : Codecov
63
65
uses : codecov/codecov-action@v1
64
66
65
- lint :
66
- name : Lint
67
- runs-on : ubuntu-latest
68
- steps :
69
- - name : Set up Go
70
- uses : actions/setup-go@v2
71
- with :
72
- go-version : 1.18.0-beta2
73
-
74
- - name : Check out code into the Go module directory
75
- uses : actions/checkout@v2
76
-
77
- - name : golangci-lint
78
- uses : golangci/golangci-lint-action@v2
79
- with :
80
- args : cli cmd m m/impl runtime transpiler x x/impl
81
- skip-go-installation : true
67
+ # lint:
68
+ # name: Lint
69
+ # runs-on: ubuntu-latest
70
+ # steps:
71
+ # - name: Set up Go
72
+ # uses: actions/setup-go@v2
73
+ # with:
74
+ # go-version: 1.18.0-beta2
75
+ # stable: false
76
+ #
77
+ # - name: Check out code into the Go module directory
78
+ # uses: actions/checkout@v2
79
+ #
80
+ # - name: golangci-lint
81
+ # uses: golangci/golangci-lint-action@v2
82
+ # with:
83
+ # args: cli cmd m m/impl runtime transpiler x x/impl
84
+ # skip-go-installation: true
Original file line number Diff line number Diff line change 14
14
uses : actions/setup-go@v2
15
15
with :
16
16
go-version : 1.18.0-beta2
17
+ stable : false
17
18
18
19
- name : Check out code into the Go module directory
19
20
uses : actions/checkout@v2
47
48
uses : actions/setup-go@v2
48
49
with :
49
50
go-version : 1.18.0-beta2
51
+ stable : false
50
52
51
53
- name : Check out code into the Go module directory
52
54
uses : actions/checkout@v2
You can’t perform that action at this time.
0 commit comments