golangci-lint-action icon indicating copy to clipboard operation
golangci-lint-action copied to clipboard

Official GitHub Action for golangci-lint from its authors

Results 67 golangci-lint-action issues
Sort by recently updated
recently updated
newest added
trafficstars

I am interested in using this Github Action along with a [private linter](https://golangci-lint.run/contributing/new-linters/#how-to-add-a-private-linter-to-golangci-lint) but this isn't possible at the moment because the release builds use CGO_ENABLED=0, while CGO_ENABLED=1 is required...

Hi. We are using golangci-lint-action v2.5.1 with golangci-lint v1.38.0 When running golangci-lint in the Github actions it returns weird errors https://github.com/iotaledger/goshimmer/runs/2174488190 ``` Running [/home/runner/golangci-lint-1.38.0-linux-amd64/golangci-lint run --out-format=github-actions --timeout=10m] in [] ......

area: cache

I need to run some code generation before executing the action (`go generate ./...`). How can I do that? It seems it's not possible to do this right now because...

question

Really appreciating this action, and it's ability to annotate PRs. For many of the lint / vet rules, I think there are somewhat straightforward fixes. It would be awesome if...

enhancement

Hey! I'm running your GitHub lint action that worked great! but now somehow I started to get that `golangci-lint exit with code 137` error that was caused by Out Of...

question

### Welcome - [X] Yes, I understand that the GitHub action repository is not the repository of golangci-lint itself. - [X] Yes, I've searched similar issues on GitHub and didn't...

### Welcome - [X] Yes, I understand that the GitHub action repository is not the repository of golangci-lint itself. - [X] Yes, I've searched similar issues on GitHub and didn't...

bug

### Welcome - [X] Yes, I understand that the GitHub action repository is not the repository of golangci-lint itself. - [X] Yes, I've searched similar issues on GitHub and didn't...

### Welcome - [X] Yes, I understand that the GitHub action repository is not the repository of golangci-lint itself. - [X] Yes, I've searched similar issues on GitHub and didn't...

Add a separate `skip-save-cache` option that, when set to true, will avoid saving caches even if restoring caches are enabled by other options. This will allow caches to be utilized...

area: cache