File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -505,7 +505,7 @@ The restrictions of annotations are the following:
505505 If you would like to have comments - please, up-vote [the issue](https://github.com/golangci/golangci-lint-action/issues/5).
5065063. The number of annotations is [limited](https://github.com/actions/toolkit/blob/main/docs/problem-matchers.md#limitations).
507507
508- To enable annotations, you need to add the `checks` permission to your action.
508+ Permissions required :
509509
510510` ` ` yaml annotate
511511permissions:
@@ -521,7 +521,7 @@ For annotations to work use the default `colored-line-number` output and either
521521
522522The action was implemented with performance in mind :
523523
524- 1. We cache data from golangci-lint analysis between builds by using [@actions/cache](https://github.com/actions/toolkit/tree/HEAD/packages/cache).
524+ 1. We cache data from golangci-lint analysis between builds by using [@actions/cache](https://github.com/actions/toolkit/tree/HEAD/packages/cache).
5255252. We don't use Docker because image pulling is slow.
5265263. We do as much as we can in parallel, e.g. we download cache, and golangci-lint binary in parallel.
527527
You can’t perform that action at this time.
0 commit comments