Skip to content

Commit

Permalink
Add clarity on not using quotes with flags
Browse files Browse the repository at this point in the history
As noted in #75
  • Loading branch information
CollierCZ authored May 14, 2024
1 parent 38bf078 commit ad09468
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,10 @@ with:

Space-delimited list of flags for the Vale CLI. To see a full list of available flags, run `vale -h`.

Note that flags should not include quotes.
So while `--glob='*.txt'" works with Vale, it does not work with this action.
Use the flag without quotes, as in the following example:

```yaml
with:
vale_flags: "--glob=*.txt"
Expand Down

0 comments on commit ad09468

Please sign in to comment.