We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4cc61e commit 348830fCopy full SHA for 348830f
README.md
@@ -36,6 +36,9 @@ jobs:
36
# args: ./the-only-dir-to-analyze/...
37
```
38
39
+We recommend running this action in a job separate from other jobs (`go test`, etc)
40
+because different jobs [run in parallel](https://help.github.com/en/actions/getting-started-with-github-actions/core-concepts-for-github-actions#job).
41
+
42
## Comments and Annotations
43
44
Currently, GitHub parses the action's output and creates [annotations](https://github.community/t5/GitHub-Actions/What-are-annotations/td-p/30770).
0 commit comments