Skip to content

Commit 67768cb

Browse files
committed
add reviewdog_flags docs & fix typo
1 parent 202b900 commit 67768cb

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# GitHub Action: Run Android Lint with reviewdog
22

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

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

27+
#### `reviewdog_flags`
28+
29+
Optional. Additional flags to be passed to reviewdog cli.
30+
The default is ``.
31+
2732
## Example usage
2833

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

0 commit comments

Comments
 (0)