Add install-nixie shared action - #360
Merged
Merged
Conversation
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
install-nixiecomposite action with configurable pins for Nixie CLI, Merman CLI, and Pythoncargo binstallpackages for Merman and fall back to an exact lockedcargo installsource build when cargo-binstall is unavailableGITHUB_PATHso later workflow steps can invoke Nixie.coveragedatabase so validation and stop hooks do not dirty the working treeReview walkthrough
.github/actions/install-nixie/action.ymlfor the unchanged public inputs, installer fallback, and PATH hand-off..github/actions/install-nixie/tests/test_action.pyfor success, prerequisite failures, installer failures, PATH-export ordering, and property-based version coverage.docs/users-guide.mdanddocs/developers-guide.md, and the root catalogue link.Validation
pytest .github/actions/install-nixie/tests/test_action.py: unavailable becausepytestis not on the shellPATH.uv run pytest .github/actions/install-nixie/tests/test_action.py: passed, 11 tests.make check-fmt: passed, 218 files checked.make typecheck: passed.make lint: passed, including Ruff, action-validator, Whitaker, and spelling checks.make test: passed, 1,068 tests passed and 14 skipped; auxiliary typos tests passed 3 tests with 95.45% coverage.make markdownlint: passed, 73 Markdown files with zero errors.make nixie: passed, all Mermaid diagrams valid.git diff --check: passed.References
Summary by Sourcery
Introduce a reusable Install Nixie action for reliably provisioning the Mermaid validation toolchain in GitHub Actions.
New Features:
Enhancements:
Documentation:
Tests:
Chores: