Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CI] Enforce Vale on Data documentation #39029

Merged
merged 10 commits into from
Aug 31, 2023
Merged
Prev Previous commit
Next Next commit
Appease shellcheck
Signed-off-by: Balaji Veeramani <[email protected]>
  • Loading branch information
bveeramani committed Aug 29, 2023
commit d4b48c07fc87fe3668448cc8795887a44463ea73
2 changes: 1 addition & 1 deletion ci/lint/check-documentation-style.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ wget https://github.com/errata-ai/vale/releases/download/v2.28.0/vale_2.28.0_Lin
VALE_BIN=$(mktemp -d)
tar -xvzf vale_2.28.0_Linux_64-bit.tar.gz -C $VALE_BIN vale
$VALE_BIN/vale doc/source/data
rm -rf $VALE_BIN
rm -rf "$VALE_BIN"