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
c3518b6b45
1 changed files with 2 additions and 0 deletions
|
|
@ -512,6 +512,8 @@ permissions:
|
|||
checks: write
|
||||
```
|
||||
|
||||
Make sure to use `actions/setup-go` in the job as that's needed for the problem matcher and use the `colored-line-number` output (golangci-lint default).
|
||||
|
||||
## Performance
|
||||
|
||||
The action was implemented with performance in mind:
|
||||
|
|
|
|||
Loading…
Reference in a new issue