feat(github): Add checkrun support #675
Triggered via pull request
September 28, 2023 11:07
Status
Failure
Total duration
1m 31s
Artifacts
–
ci.yaml
on: pull_request
Lint Go code
25s
test
1m 23s
Annotations
20 errors
Lint Go code:
pkg/mocks/api.go#L11
could not import github.com/argoproj/notifications-engine/pkg/services (-: # github.com/argoproj/notifications-engine/pkg/services
|
Lint Go code:
pkg/services/github.go#L102
syntax error: cannot use assignment x.Status = nil as value
|
Lint Go code:
pkg/services/github.go#L108
syntax error: cannot use assignment x.Deployment = nil as value
|
Lint Go code:
pkg/services/github.go#L115
syntax error: cannot use assignment x.PullRequestComment = nil as value
|
Lint Go code:
pkg/services/github.go#L119
syntax error: cannot use assignment x.CheckRun = nil as value
|
Lint Go code:
pkg/services/github.go#L152
syntax error: unexpected {, expected expression
|
Lint Go code:
pkg/services/github.go#L155
syntax error: non-declaration statement outside function body
|
Lint Go code:
pkg/services/github.go#L155
method has multiple receivers
|
Lint Go code:
pkg/services/github.go#L156
syntax error: unexpected if, expected )
|
Lint Go code:
pkg/services/github.go#L159
syntax error: unexpected : in parameter list; possibly missing comma or )
|
test
syntax error: cannot use assignment x.Status = nil as value
|
test
syntax error: cannot use assignment x.Deployment = nil as value
|
test
syntax error: cannot use assignment x.PullRequestComment = nil as value
|
test
syntax error: cannot use assignment x.CheckRun = nil as value
|
test
syntax error: unexpected {, expected expression
|
test
syntax error: non-declaration statement outside function body
|
test
method has multiple receivers
|
test
syntax error: unexpected if, expected )
|
test
syntax error: unexpected : in parameter list; possibly missing comma or )
|
test
syntax error: unexpected } after top level declaration
|