meshery / meshery-operator

Meshery Operator is a Kubernetes Operator that deploys and manages the lifecycle of two Meshery components critical to Meshery's operations of Kubernetes clusters
https://meshery.io
Apache License 2.0
111 stars 80 forks source link

[CI]: The CI needs to be more solid #541

Closed Aisuko closed 1 year ago

Aisuko commented 1 year ago

Current Behavior

The CI only using golangci-lint to check the code. However, I found in some repo although the CI is passed, the go mod tidy still has issues. So, the project would not build or be failed to build. Like: https://github.com/meshery/meshkit/pull/396

Desired Behavior

So, here.

Implementation

Acceptance Tests


Contributor Guides and Resources