We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34140d9 commit d89dee9Copy full SHA for d89dee9
README.md
@@ -9,6 +9,10 @@
9
10
## Usage
11
12
+> [!NOTE]
13
+> If you're using a markup format other than Markdown, you may need to install
14
+> an external parser. For more information, see the [Vale documentation][2].
15
+
16
Add the following (or similar) to one of your [`.github/workflows`][1] files:
17
18
```yaml
@@ -149,3 +153,4 @@ with:
149
153
```
150
154
151
155
[1]: https://help.github.com/en/github/automating-your-workflow-with-github-actions/configuring-a-workflow
156
+[2]: https://vale.sh/docs/topics/scoping/#formats
0 commit comments