Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
jdkato committed Sep 25, 2023
1 parent 87aaef6 commit 9321d22
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,14 @@ BasedOnStyles = Vale

You can further customize the linting processing by providing one of the following optional inputs.

To add an input, edit your workflow file and add the `with` key to the `uses` block. For example:

```yaml
- uses: errata-ai/vale-action@reviewdog
with:
version: 2.17.0
```

### `version` (default: latest)

> NOTE: The provided version must be `>= 2.16.0`.
Expand Down

0 comments on commit 9321d22

Please sign in to comment.