Skip to content

Commit

Permalink
docs: recommend distinct job
Browse files Browse the repository at this point in the history
  • Loading branch information
jirfag committed May 9, 2020
1 parent e4cc61e commit 348830f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ jobs:
# args: ./the-only-dir-to-analyze/...
```

We recommend running this action in a job separate from other jobs (`go test`, etc)
because different jobs [run in parallel](https://help.github.com/en/actions/getting-started-with-github-actions/core-concepts-for-github-actions#job).

## Comments and Annotations

Currently, GitHub parses the action's output and creates [annotations](https://github.community/t5/GitHub-Actions/What-are-annotations/td-p/30770).
Expand Down

0 comments on commit 348830f

Please sign in to comment.