nirmata / kyverno-aws-adapter

An adapter for Amazon EKS to use with Kyverno for making policy decisions
Apache License 2.0
11 stars 5 forks source link

Add golangci-lint action #65

Open anusha94 opened 1 year ago

anusha94 commented 1 year ago

Description:

To make the code more uniform and readable, it is better to run it against a linter. golangci-lint is quite popular for Go based projects and it also comes with a GitHub action that can be setup to run on every PR.

What needs to be done?