|
4 | 4 | [](https://github.com/edumserrano/markdown-link-check-log-parser/actions/workflows/test-action.yml)
|
5 | 5 | [](https://codecov.io/gh/edumserrano/markdown-link-check-log-parser)
|
6 | 6 | [](https://github.com/marketplace/actions/markdown-link-check-log-parser)
|
7 |
| -<!-- |
8 |
| -[](https://github.com/edumserrano/github-issue-forms-parser/actions/workflows/test-action.yml) |
9 |
| -[](https://codecov.io/gh/edumserrano/github-issue-forms-parser) |
10 |
| ---> |
11 | 7 |
|
12 | 8 | [](./LICENSE)
|
13 | 9 | [](https://github.com/sponsors/edumserrano)
|
14 | 10 | [](https://www.linkedin.com/in/eduardomserrano/)
|
15 | 11 |
|
| 12 | +- [Description](#description) |
| 13 | +- [Usage](#usage) |
| 14 | +- [Action inputs](#action-inputs) |
| 15 | +- [Action outputs](#action-outputs) |
| 16 | +- [Tips](#tips) |
| 17 | +- [Examples of the JSON file produced](#examples-of-the-json-file-produced) |
| 18 | +- [Examples of the markdown file produced](#examples-of-the-markdown-file-produced) |
| 19 | +- [Notes regarding the `Markdown Link Check` log](#notes-regarding-the-markdown-link-check-log) |
| 20 | +- [Example usages of this action in GitHub workflows](#example-usages-of-this-action-in-github-workflows) |
| 21 | +- [Troubleshooting: I can't figure out the right job name and step name to use](#troubleshooting-i-cant-figure-out-the-right-job-name-and-step-name-to-use) |
| 22 | +- [Dev notes](#dev-notes) |
| 23 | + |
| 24 | +## Description |
| 25 | + |
16 | 26 | A Docker container [GitHub action](https://docs.github.com/en/actions/learn-github-actions/finding-and-customizing-actions) that can be used to parse the log from a [GitHub Action - Markdown link check](https://github.com/gaurav-nelson/github-action-markdown-link-check) step.
|
17 | 27 |
|
18 | 28 | As of writing this, the [GitHub Action - Markdown link check](https://github.com/gaurav-nelson/github-action-markdown-link-check) doesn't provide information from the Markdown link check as output of the action and there's even a long outstanding [open issue about it](https://github.com/gaurav-nelson/github-action-markdown-link-check/issues/9). This action is an alternative solution for that issue.
|
|
0 commit comments