❯ cd operator
❯ make lint
internal/apply/auto/v1alpha1/workspace.go:51:4: b.Kind undefined (type *WorkspaceApplyConfiguration has no field or method Kind) (typecheck)
b.Kind = &value
...
The CI scripts should be doing linting of the code and the Helm chart.
There's linting errors on master branch:
The CI scripts should be doing linting of the code and the Helm chart.