Skip to content

feat(github): Add checkrun support #677

feat(github): Add checkrun support

feat(github): Add checkrun support #677

Triggered via pull request September 28, 2023 11:11
Status Failure
Total duration 1m 33s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

ci.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

19 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#L119
syntax error: cannot use assignment x.CheckRun = nil as value) (typecheck)
Lint Go code: pkg/services/mocks/mocks.go#L10
could not import github.com/argoproj/notifications-engine/pkg/services (-: # github.com/argoproj/notifications-engine/pkg/services
Lint Go code: pkg/services/github.go#L119
syntax error: cannot use assignment x.CheckRun = nil as value) (typecheck)
Lint Go code: pkg/api/api.go#L6
could not import github.com/argoproj/notifications-engine/pkg/services (-: # github.com/argoproj/notifications-engine/pkg/services
Lint Go code: pkg/services/github.go#L119
syntax error: cannot use assignment x.CheckRun = nil as value) (typecheck)
Lint Go code: pkg/cmd/context.go#L110
c.SecretName undefined (type *commandContext has no field or method SecretName) (typecheck)
Lint Go code: pkg/cmd/context.go#L116
c.SecretName undefined (type *commandContext has no field or method SecretName) (typecheck)
Lint Go code: pkg/cmd/context.go#L126
c.SecretName undefined (type *commandContext has no field or method SecretName) (typecheck)
Lint Go code: pkg/cmd/context.go#L134
c.ConfigMapName undefined (type *commandContext has no field or method ConfigMapName) (typecheck)
test
syntax error: cannot use assignment x.CheckRun = nil as value
test
syntax error: cannot use assignment x.CheckRun = nil as value
test
no required module provides package github.com/argoproj/notifications-engine/pkg/api: go.mod file not found in current directory or any parent directory; see 'go help modules'
test
no required module provides package github.com/golang/mock/mockgen/model: go.mod file not found in current directory or any parent directory; see 'go help modules'
test
syntax error: cannot use assignment x.CheckRun = nil as value
test
syntax error: cannot use assignment x.CheckRun = nil as value
test
no required module provides package github.com/argoproj/notifications-engine/pkg/services: go.mod file not found in current directory or any parent directory; see 'go help modules'
test
no required module provides package github.com/golang/mock/mockgen/model: go.mod file not found in current directory or any parent directory; see 'go help modules'
test
Process completed with exit code 2.