alamb commented on code in PR #4684:
URL: https://github.com/apache/arrow-rs/pull/4684#discussion_r1291237539
##########
.github/workflows/object_store.yml:
##########
@@ -65,6 +65,20 @@ jobs:
- name: Run clippy with all features and all targets
run: cargo clippy --all-features --all-targets -- -D warnings
+ # test doc links still work
+ docs:
Review Comment:
There is a docs workflow that checks the workspace:
https://github.com/apache/arrow-rs/blob/master/.github/workflows/docs.yml
However, I think `object_store` is not part of the main workspace which is
why it is not covered:
https://github.com/apache/arrow-rs/blob/c6184389241a0c85823aa494e8b5d93343771666/Cargo.toml#L20-L42
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]