Commit 609cf63 1 parent 5540de8 commit 609cf63 Copy full SHA for 609cf63
File tree 1 file changed +4
-6
lines changed
1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change 31
31
uses : wagoid/commitlint-github-action@v5
32
32
GoLint :
33
33
name : " Code Analysis"
34
- needs : CommitLint
35
34
runs-on : ubuntu-latest
36
35
timeout-minutes : 30
37
36
steps :
41
40
- uses : WillAbides/setup-go-faster@v1.14.0
42
41
with :
43
42
go-version : " 1.21"
44
- - name : Run go version check
45
- run : make go-version-check
46
- - name : Run go vet check
47
- run : make go-vet-check
48
43
- name : Run golang-ci-lint
49
44
uses : golangci/golangci-lint-action@v3.6.0
50
45
with :
53
48
only-new-issues : true
54
49
skip-pkg-cache : true
55
50
skip-build-cache : true
51
+ - name : Run go version check
52
+ run : make go-version-check
53
+ - name : Run go vet check
54
+ run : make go-vet-check
56
55
BuildCheck :
57
56
name : " Go Build Check"
58
- needs : GoLint
59
57
runs-on : ubuntu-latest
60
58
timeout-minutes : 30
61
59
steps :
You can’t perform that action at this time.
0 commit comments