fix(diagnostic): honest tests without fallback masking #13
Loading…
Reference in a new issue
No description provided.
Delete branch "fix/diagnostic-real"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Replaces the old diagnostic (which used
set +eand|| echofallbacks everywhere, masking all failures) with honest tests that fail if a required tool is missing.The build CI issue persists — after merge, the diagnostic will show definitively which tools are available on the runner and whether github.com/git.martin.md are reachable.