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
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add trailing newlines
Signed-off-by: Balaji Veeramani <balaji@anyscale.com>
  • Loading branch information
bveeramani committed Aug 28, 2023
commit 2b974a458951235fbc93454cc7f431fca334b9cc
2 changes: 1 addition & 1 deletion .buildkite/lint.rayci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,4 @@ steps:
- label: ":lint-roller: lint: documentation style"
commands:
- ./ci/lint/check-documentation-style.sh
depends_on: forge
depends_on: forge
2 changes: 1 addition & 1 deletion ci/lint/check-documentation-style.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ set -euxo pipefail

wget https://github.com/errata-ai/vale/releases/download/v2.28.0/vale_2.28.0_Linux_64-bit.tar.gz
tar -xvzf vale_2.28.0_Linux_64-bit.tar.gz -C .
vale doc/source/data
vale doc/source/data