Skip to content

temp test for update #82

temp test for update

temp test for update #82

Triggered via pull request January 3, 2024 03:15
Status Failure
Total duration 11m 5s
Artifacts

build.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 2 warnings
build: pkg/spec/v3/node.go#L435
captLocal: `Columns' should not be capitalized (gocritic)
build: pkg/spec/v3/node.go#L119
commentFormatting: put a space between `//` and comment text (gocritic)
build: pkg/spec/v3/node.go#L373
dynamicFmtString: use errors.New(rs.GetErrorMsg()) or fmt.Errorf("%s", rs.GetErrorMsg()) instead (gocritic)
build: pkg/spec/v3/node.go#L352
paramTypeCombine: func(pool *nebula.SessionPool, idValues []string, cols []string, records []Record) ([]string, []Record, error) could be replaced with func(pool *nebula.SessionPool, idValues, cols []string, records []Record) ([]string, []Record, error) (gocritic)
build: pkg/spec/v3/node.go#L444
sprintfQuotedString: use %q instead of "%s" for quoted strings (gocritic)
build: pkg/client/client.go#L141
empty-lines: extra empty line at the end of a block (revive)
build: pkg/manager/manager.go#L160
empty-lines: extra empty line at the start of a block (revive)
build: pkg/spec/v3/node.go#L392
unused-receiver: method receiver 'n' is not referenced in method's body, consider removing or renaming it as _ (revive)
build: pkg/spec/v3/node.go#L31
field `dynamicFnStatement` is unused (unused)
build: pkg/spec/v3/edge.go#L124
missing cases in switch of type specbase.Mode: BatchUpdateMode (exhaustive)
build
The following actions uses node12 which is deprecated and will be forced to run on node16: webiny/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build
Failed to restore: The operation cannot be completed in timeout.