File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 23
23
24
24
- name : Install Vale
25
25
env :
26
- VALE_VERSION : " 2.28.2 "
26
+ VALE_VERSION : " 3.7.1 "
27
27
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
28
28
29
29
- name : Run Vale
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ content. The community approves PRs with Vale errors in unmodified document sect
22
22
Follow the directions on the Vale website to
23
23
[ install the Vale binary] ( https://vale.sh/docs/vale-cli/installation/ ) .
24
24
<!-- vale off -->
25
- Crossplane CI uses [ Vale v2.22.0 ] ( https://github.com/errata-ai/vale/releases/tag/v2.22.0 ) or later.
25
+ Crossplane CI uses [ Vale v3.7.1 ] ( https://github.com/errata-ai/vale/releases/tag/v3.7.1 ) or later.
26
26
<!-- vale on -->
27
27
## Run Vale
28
28
You can’t perform that action at this time.
0 commit comments