golangci-lint-action
golangci-lint-action copied to clipboard
Official GitHub Action for golangci-lint from its authors
### 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...
It can be useful to pass the machine-readable results of a linting run to later CI steps to power customizations like notifications or PR comments This change requests JSON output...
### 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...
### 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...
### 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...
I'm using the linter action in https://github.com/andig/evcc/pull/497/checks?check_run_id=1474850871: Go artefacts are already cached: steps: - name: Setup uses: actions/setup-go@v2 with: go-version: ^1.14 id: go - uses: actions/cache@v2 with: path: | ~/go/pkg/mod...
### Your feature request related to a problem? Please describe. GitHub has a 10 GB limit for actions caches, this action alone is using 130 MB for us, it would...