stripe / stripe-cli

A command-line tool for Stripe
https://stripe.com/docs/stripe-cli
Apache License 2.0
1.57k stars 362 forks source link

Use golangci-lint github action #1199

Closed vcheung-stripe closed 2 weeks ago

vcheung-stripe commented 3 weeks ago

Reviewers

cc @stripe/developer-products

Summary

Fix an issue where golangci-lint couldn't be installed on windows in CI. We use the golangci-lint github action as recommended by https://golangci-lint.run/welcome/install/#ci-installation.