Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
jdkato committed May 12, 2022
1 parent 50520e2 commit 191306e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- uses: ./ # Uses an action in the root directory
with:
reporter: github-check
fail_on_error: false
fail_on_error: true
level: warning
debug: true
env:
Expand Down
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,11 @@ with:

### `level` (default: error)

Set the [report level](https://github.com/reviewdog/reviewdog#reporter-github-checks--reportergithub-pr-check) for GitHub annotations.
Set the [report level](https://github.com/reviewdog/reviewdog#reporter-github-checks--reportergithub-pr-check) for GitHub
annotations.

`info` and `warning` will result in a `neutral` GitHub Status, while `error`
results in `failure`.

```yaml
with:
Expand Down

0 comments on commit 191306e

Please # to comment.