errata-ai / vale-action

:octocat: The official GitHub Action for Vale -- install, manage, and run Vale with ease.
MIT License
201 stars 51 forks source link

Where to list the "with: version=.." statement? #101

Closed Makki93 closed 1 year ago

Makki93 commented 1 year ago

As a YAML newbie, I didn't know where to add the "with" code block. I now know it. I would have added it myself and opened a PR, but you don't allow it. In case you want to add it yourself, this is what I would have written in the README.md below the input section:

This input must be listed below the last uses-statement:

jobs:
  vale:
    steps:
      - uses: errata-ai/vale-action@reviewdog
        with:
          version: latest
jdkato commented 1 year ago

I do accept PRs. In any case, I've added an example to the README now.