You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -154,7 +154,7 @@ You will also likely need to add the following `.gitattributes` file to ensure t
154
154
*.go text eol=lf
155
155
```
156
156
157
-
## Comments and Annotations
157
+
## Annotations
158
158
159
159
Currently, GitHub parses the action's output and creates [annotations](https://github.blog/2018-12-14-introducing-check-runs-and-annotations/).
160
160
@@ -163,6 +163,7 @@ The restrictions of annotations are the following:
163
163
1. Currently, they don't support Markdown formatting (see the [feature request](https://i.8713187.xyzmunity/t5/GitHub-API-Development-and/Checks-Ability-to-include-Markdown-in-line-annotations/m-p/56704))
164
164
2. They aren't shown in the list of comments.
165
165
If you would like to have comments - please, up-vote [the issue](https://github.com/golangci/golangci-lint-action/issues/5).
166
+
3. The number of annotations is [limited](https://github.com/actions/toolkit/blob/main/docs/problem-matchers.md#limitations).
166
167
167
168
To enable annotations, you need to add the `checks' permission to your action.
0 commit comments