Below you will find pages that utilize the taxonomy term “Jedi-Knights”
July 20, 2026
Semantic Release by Jedi Knights
Version updated for https://github.com/jedi-knights/go-semantic-release to version v0.11.0.
This action is used across all versions by 0 repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary The semantic-release action is a production-grade tool written in Go that automates the process of generating semantic versions, creating changelogs, and publishing releases to GitHub. It supports monorepos with independent project versioning and branch policies, including stable releases on main, prereleases on beta/alpha/next. The action parses commit messages to determine release types, calculates next versions based on commit impact, and generates Markdown release notes grouped by commit type. It also provides features like dry-run mode for previewing releases without any mutations and dependency propagation for optional triggering dependent project releases.
July 18, 2026
jk-neospec
Version updated for https://github.com/jedi-knights/neospec to version v0.4.0.
This action is used across all versions by 0 repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary neospec is a self-contained test runner and coverage tool for Neovim plugins and distributions. It manages its own Neovim binary, runs tests in isolated environments, instruments Lua coverage via debug.sethook, and generates reports in LCOV, Cobertura XML, JUnit XML, and color console summary formats.
July 15, 2026
jk-neospec
Version updated for https://github.com/jedi-knights/neospec to version v0.2.3.
This action is used across all versions by 0 repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary neospec is a self-contained test runner and coverage tool for Neovim plugins and distributions. It manages its own Neovim binary, isolates tests in a clean environment, instruments Lua coverage using debug.sethook, and generates reports in various formats that are compatible with CI pipelines. This allows developers to test their plugins effectively without requiring system installations or complex shell scripts.
July 14, 2026
jk-publish-test-results
Version updated for https://github.com/jedi-knights/publish-test-results to version v0.3.0.
This action is used across all versions by ? repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary This GitHub Action, publish-test-results, automates the process of publishing multi-format test results as a drilldownable per-test check-run in GitHub. It supports ten different input dialects and provides clickable annotations on the diff for every test, making it easier to trace failures directly to source lines. The action is designed for Go, Python, and other languages, and it leverages Go’s fast start time for efficient execution.
July 14, 2026
jk-publish-test-results
Version updated for https://github.com/jedi-knights/publish-test-results to version v0.1.1.
This action is used across all versions by ? repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary This GitHub Action automates the publishing of multi-format test results as a drilldownable per-test check-run in GitHub, allowing users to click through individual tests and annotations directly from the files-changed diff. It supports various input dialects, including JUnit XML and other formats, and is optimized for cold start performance, with typical parsing times under a second.