edumserrano/Markdown link check log parser

Parses the log from the gaurav-nelson/github-action-markdown-link-check action and outputs it as JSON or markdown.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Maintainedlast commit Nov 15, 2025
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: edumserrano/markdown-link-check-log-parser@8e4a3e4f87214a373e6d1cbecec701b6ef4b5e41 # v1.3.6

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
auth-tokenGitHub token used to access workflow run logs.yes${{ github.token }}
repoThe repository for the workflow run in the format of {owner}/{repo}.yes${{ github.repository }}
run-idThe unique identifier of the workflow run that contains the markdown link check step.yes
job-nameThe unique identifier of the workflow run that contains the markdown link check step.yes
step-nameName of the markdown link check step.yes
only-errorsWhether the output information contains file errors only or all files.notrue
outputHow to output the markdown file check result. It must be one of or a comma separated list of the following values: step-json, step-md file-json, file-md.nostep-json
json-filepathThe filepath for the output JSON file.no""
markdown-filepathThe filepath for the output markdown file.no""
namedescription
mlc-resultThe result from the Markdown Link Check action in JSON format.