Skip to content

Refactor imports in odfinfoconfig.go #18

Refactor imports in odfinfoconfig.go

Refactor imports in odfinfoconfig.go #18

Triggered via push August 2, 2024 06:25
Status Failure
Total duration 1m 52s
Artifacts
shellcheck
15s
shellcheck
verify code spellings
15s
verify code spellings
commitlint
18s
commitlint
Matrix: go test
Matrix: golangci-lint
Matrix: verify generated changes
Fit to window
Zoom out
Zoom in

Annotations

1 error and 2 warnings
commitlint
You have commit messages with errors ⧗ input: Refactor imports in odfinfoconfig.go - Add 'gopkg.in/yaml.v2' import. - go fmt import changes This change is required because 'sigs.k8s.io/yaml' produced a PascalCase output, which the UI cannot use. By using the new dependency 'gopkg.in/yaml.v2', we ensure the output is in camelCase, which the UI can use for its unmarshalling. Signed-off-by: vbadrina <[email protected]> ✖ body's lines must not be longer than 72 characters [body-max-line-length] ✖ found 1 problems, 0 warnings ⓘ Get help: https://github.com/conventional-changelog/commitlint/#what-is-commitlint
verify generated changes (1.22)
Restore cache failed: Dependencies file is not found in /home/runner/work/ocs-operator/ocs-operator. Supported file pattern: go.sum
go test (1.22)
Restore cache failed: Dependencies file is not found in /home/runner/work/ocs-operator/ocs-operator. Supported file pattern: go.sum