ci: reach the shared tooling via a lib_bespok3d submodule - #3
Merged
Conversation
Mount lib_bespok3d as a submodule so scripts/check.sh finds the shared em-dash and workflow-pinning detectors on a CI runner with no sibling repos checked out, and add a pr-gate workflow that fetches the submodule with a read token and runs the check suite on each pull request.
|
b3-packages preview (build only, not published). Download the packed |
The vendored deps under files/site-packages are gitignored, so a clean CI checkout had no humanize and the status-feed test skipped, leaving the gate green on an untested plugin. Install the plugin's declared dependency into that tree before the test so it actually exercises the code.
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.
Mounts lib_bespok3d as a submodule and adds a pr-gate workflow so the shared em-dash and workflow-pinning detectors run on every PR. The submodule is fetched with the read token; the repo's own checkout uses GITHUB_TOKEN.