AVRO-3868: [Rust][CI] Check consistency between the doc comment in lib.rs and README.md#2510
Merged
martin-g merged 3 commits intoapache:masterfrom Sep 22, 2023
Merged
Conversation
Member
|
The change looks good but installing |
Member
Author
I think an out-of-date Making CI slower is indeed not good so how about caching |
Member
That would be OK! |
f9ce20f to
a64a3f4
Compare
Member
Author
|
|
Member
|
Thank you, @sarutak ! |
RanbirK
pushed a commit
to RanbirK/avro
that referenced
this pull request
May 13, 2024
…b.rs and README.md (apache#2510) * Cache cargo-rdme * Unuse cargo-install * Trigger GA to check effect of cache
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
AVRO-3868
What is the purpose of the change
This PR proposes to add a consistency check between the doc comment in
avro/src/lib.rsandavro/README.md.AVRO-3849 added cargo-rdme so it's nice if we can check the consistency between them.
Verifying this change
Done by GitHub Actions.
Documentation