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
|
- name: Install Vale
|
||||||
env:
|
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
|
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
|
- 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
|
Follow the directions on the Vale website to
|
||||||
[install the Vale binary](https://vale.sh/docs/vale-cli/installation/).
|
[install the Vale binary](https://vale.sh/docs/vale-cli/installation/).
|
||||||
<!-- vale off -->
|
<!-- 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 -->
|
<!-- vale on -->
|
||||||
## Run Vale
|
## Run Vale
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue