mirror of
https://github.com/golangci/golangci-lint-action.git
synced 2025-12-13 06:21:15 +00:00
README: Add notes for annotation config
Signed-off-by: Daniël van Eeden <git@myname.nl>
This commit is contained in:
parent
2226d7cb06
commit
1087a7c8a8
1 changed files with 2 additions and 0 deletions
|
|
@ -512,6 +512,8 @@ permissions:
|
|||
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
|
||||
|
||||
The action was implemented with performance in mind:
|
||||
|
|
|
|||
Loading…
Reference in a new issue