mirror of
https://github.com/golangci/golangci-lint-action.git
synced 2025-12-12 14:01:14 +00:00
docs: add notes for annotation config (#1173)
This commit is contained in:
parent
2226d7cb06
commit
fe19838e9e
1 changed files with 2 additions and 0 deletions
|
|
@ -512,6 +512,8 @@ permissions:
|
||||||
checks: write
|
checks: write
|
||||||
```
|
```
|
||||||
|
|
||||||
|
For annotations to work use the default `colored-line-number` output and either use `actions/setup-go` in the job or enable the internal [problem matchers](#problem-matchers).
|
||||||
|
|
||||||
## Performance
|
## Performance
|
||||||
|
|
||||||
The action was implemented with performance in mind:
|
The action was implemented with performance in mind:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue