minbft icon indicating copy to clipboard operation
minbft copied to clipboard

Using GitHub Action for Running golangci-lint

Open ynamiki opened this issue 2 years ago • 1 comments

golangci-lint provides the official GitHub Action and using this is recommend in the official document: https://golangci-lint.run/usage/install/#github-actions

We will get the following benefits from the action:

  • It can be much faster than the simple binary installation.
  • It creates GitHub annotations for found issues.

ynamiki avatar Nov 10 '21 12:11 ynamiki

Oh, that would be very nice! :+1:

sergefdrv avatar Nov 10 '21 13:11 sergefdrv