feat: detect musl runners, write job summary, fail fast on missing asset - #464
Merged
Conversation
README referenced a LICENSE file and MIT license that never existed in the repo. Also add badges, platform support table, and a development section, aligned with the harehare/mq README style.
oxlint 1.78.0 tightened config validation and now rejects rules that aren't actually implemented by a plugin. typescript/naming-convention was never a real oxlint rule (likely copied from an ESLint config with @typescript-eslint/naming-convention), so npm run lint was failing to even parse the config.
- Auto-detect glibc vs musl on Linux (via /etc/alpine-release) and pick the matching mq release asset, so the action now works on Alpine-based runners/containers, which it previously couldn't install onto at all. - Write a GITHUB_STEP_SUMMARY table listing the installed tool versions and platform for each run. - setupMq now throws instead of silently logging and returning when no matching platform asset is found, so the action fails loudly instead of leaving mq off PATH with no indication why. dist/index.js rebuilt via npm run package.
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.
No description provided.