Skip to content

Commit

Permalink
add reviewdog_flags docs & fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
EPMatt committed Nov 21, 2020
1 parent 202b900 commit 67768cb
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# GitHub Action: Run Android Lint with reviewdog

This action runs [Andriod Lint](https://developer.android.com/studio/write/lint) with
This action runs [Android Lint](https://developer.android.com/studio/write/lint) with
[reviewdog](https://github.com/reviewdog/reviewdog).

## Inputs
Expand All @@ -24,6 +24,11 @@ The default is `error`.
Optional. Reporter of reviewdog command [`github-check`, `github-pr-check`,`github-pr-review`].
The default is `github-check`.

#### `reviewdog_flags`

Optional. Additional flags to be passed to reviewdog cli.
The default is ``.

## Example usage

[Example repo](https://github.com/DVDAndroid/action-android-lint-example)
Expand Down

0 comments on commit 67768cb

Please sign in to comment.