Skip to content

Commit 3d31e00

Browse files
committed
fixup! Add github output-format for GitHub Actions.
1 parent 8348afd commit 3d31e00

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/content/Running during CI.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,4 +75,8 @@ This will make the analyzers print their results as [GitHub Workflow Commands](h
7575
If you for instance have a GitHub Action to run analyzers on every pull request, these annotations will show up in the "Files changed" on the pull request.
7676
If the annotations don't show correctly, you might need to set the `code-root` to the root of the repository.
7777

78+
Note that GitHub has a hard limit of 10 annotations of each type (notice, warning, error) per CI step.
79+
This means that only the first 10 errors, the first 10 warnings and the first 10 hints/info results from analyzers will generate annotations.
80+
The workflow log will contain all analyzer results even if a job hits the annotation limits.
81+
7882
[Previous]({{fsdocs-previous-page-link}})

0 commit comments

Comments
 (0)