mirror of https://github.com/crossplane/docs.git
Bump Vale to v3.7.1
Signed-off-by: Jared Watts <jbw976@gmail.com>
This commit is contained in:
parent
b263c2fcbb
commit
d9f28cf02f
|
@ -23,7 +23,7 @@ jobs:
|
|||
|
||||
- name: Install Vale
|
||||
env:
|
||||
VALE_VERSION: "2.28.2"
|
||||
VALE_VERSION: "3.7.1"
|
||||
run: wget https://github.com/errata-ai/vale/releases/download/v${{env.VALE_VERSION}}/vale_${{env.VALE_VERSION}}_Linux_64-bit.tar.gz && tar -xvzf vale_${{env.VALE_VERSION}}_Linux_64-bit.tar.gz
|
||||
|
||||
- name: Run Vale
|
||||
|
|
|
@ -22,7 +22,7 @@ content. The community approves PRs with Vale errors in unmodified document sect
|
|||
Follow the directions on the Vale website to
|
||||
[install the Vale binary](https://vale.sh/docs/vale-cli/installation/).
|
||||
<!-- vale off -->
|
||||
Crossplane CI uses [Vale v2.22.0](https://github.com/errata-ai/vale/releases/tag/v2.22.0) or later.
|
||||
Crossplane CI uses [Vale v3.7.1](https://github.com/errata-ai/vale/releases/tag/v3.7.1) or later.
|
||||
<!-- vale on -->
|
||||
## Run Vale
|
||||
|
||||
|
|
Loading…
Reference in New Issue