Refactor imports in odfinfoconfig.go #18
ocs-operator-ci.yaml
on: push
Matrix: go test
Matrix: golangci-lint
Matrix: verify generated changes
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
|