mfridman / tparse

CLI tool for summarizing go test output. Pipe friendly. CI/CD friendly.
MIT License
947 stars 22 forks source link

GitHub action: golangci-lint #116

Open ccoVeille opened 2 months ago

ccoVeille commented 2 months ago

Would you like me to help you in setting up golangci-lint for your project ?

This tool is the one I used to find some errors in #111

I will like to not only set it up, but also add a GitHub action for it.

This is great tool to avoid errors to get added via PR.

mfridman commented 2 months ago

Sure. Just make sure make lint and the CI job run the same set of linters.

https://github.com/pressly/goose/blob/d0641b5bfb3bd5d38d95fe7a63d7ddf2d282234d/Makefile#L31-L33

ccoVeille commented 2 months ago

Sure, I can add that first, then the CI