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

### 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...

enhancement

### 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...

enhancement
area: cache

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...

enhancement
blocked

### 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...

upstream

### 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...

area: cache

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...

bug

### 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...

area: cache