grafeas / voucher

🎟 Voucher creates attestations for Binary Authorization
Apache License 2.0
73 stars 20 forks source link

actions/ci: run golangci-lint #36

Closed thepwagner closed 3 years ago

thepwagner commented 3 years ago

This repo has a golangci-lint configuration

Let's run golangci-lint in Actions, so linting is checked automatically on incoming PRs. That will prevent regressions like https://github.com/grafeas/voucher/pull/32

Probably https://github.com/golangci/golangci-lint-action ?