pulumi / pulumi-kubernetes-operator

A Kubernetes Operator that automates the deployment of Pulumi Stacks
Apache License 2.0
223 stars 54 forks source link

CI: linting #737

Open EronWright opened 2 hours ago

EronWright commented 2 hours ago

There's linting errors on master branch:

❯ 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.

cleverguy25 commented 2 hours ago

Added to epic https://github.com/pulumi/pulumi-kubernetes-operator/issues/586