#5954 will introduce a README.md generated from a README.docify.md. We used docify::compile_markdown! inside the lib.rs of the staging-chain-spec-builder crate.
We must search for README.docify.md in the repo, and run cargo build --features generate-readme in the dir of the file (assuming it is related to a crate). If the git diff shows some output for the README.md, then the file update wasn't pushed on the branch, and the workflow should fail.
#5954 will introduce a README.md generated from a README.docify.md. We used
docify::compile_markdown!inside thelib.rsof thestaging-chain-spec-buildercrate.We must search for README.docify.md in the repo, and run
cargo build --features generate-readmein the dir of the file (assuming it is related to a crate). If thegit diffshows some output for theREADME.md, then the file update wasn't pushed on the branch, and the workflow should fail.