ci,upstream: ethp2p pin 741d8d9 + markdown-lint parity#56
Merged
Conversation
- Pin UPSTREAM.md to ethp2p 741d8d9 (specs SLEAC + rumdl CI only; no Go/proto delta). - Add markdown-lint job: checkout ethp2p at ETHP2P_SPECS_REF, rvben/rumdl on specs/. - Add just specs-lint for local parity; document in README.
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.
Summary
Compared ethp2p/ethp2p
mainto the revision previously pinned inUPSTREAM.md(db6e9417d0bbab9ded28aa3053211cdecff402ac).Upstream delta: a single commit,
741d8d9— specs markdown reflow,specs/.rumdl.toml, and a newmarkdown-lintCI job using rumdl. No changes tobroadcast/,protocol/,sim/, or protobufs, so Zig wire code and golden vectors require no updates.Changes
UPSTREAM.md: Bump pinned revision to741d8d9and document the changelog entry..github/workflows/ci.yml: Addmarkdown-lint(checkout ethp2p atETHP2P_SPECS_REF,rvben/rumdl@v0onethp2p/specs/). WorkflowenvholdsETHP2P_SPECS_REF— keep it in sync with the pin inUPSTREAM.md.justfile: Addspecs-lint(clone +rumdl check) for local parity; same ref as CI.README.md: Note the new job andjust specs-lint.