Skip to content

Commit 5ebd4f5

Browse files
authored
update docs (#4)
* update docs * update docs 2
1 parent b22b3ac commit 5ebd4f5

File tree

2 files changed

+31
-4
lines changed

2 files changed

+31
-4
lines changed

README.md

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,25 @@
44
[![Test GitHub action](https://github.com/edumserrano/markdown-link-check-log-parser/actions/workflows/test-action.yml/badge.svg)](https://github.com/edumserrano/markdown-link-check-log-parser/actions/workflows/test-action.yml)
55
[![codecov](https://codecov.io/gh/edumserrano/markdown-link-check-log-parser/branch/main/graph/badge.svg?token=4gWKUGwz7V)](https://codecov.io/gh/edumserrano/markdown-link-check-log-parser)
66
[![GitHub Marketplace](https://img.shields.io/badge/Marketplace-Markdown%20Link%20Check%20log%20parser-blue.svg?colorA=24292e&colorB=0366d6&style=flat&longCache=true&logo=data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAM6wAADOsB5dZE0gAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAAERSURBVCiRhZG/SsMxFEZPfsVJ61jbxaF0cRQRcRJ9hlYn30IHN/+9iquDCOIsblIrOjqKgy5aKoJQj4O3EEtbPwhJbr6Te28CmdSKeqzeqr0YbfVIrTBKakvtOl5dtTkK+v4HfA9PEyBFCY9AGVgCBLaBp1jPAyfAJ/AAdIEG0dNAiyP7+K1qIfMdonZic6+WJoBJvQlvuwDqcXadUuqPA1NKAlexbRTAIMvMOCjTbMwl1LtI/6KWJ5Q6rT6Ht1MA58AX8Apcqqt5r2qhrgAXQC3CZ6i1+KMd9TRu3MvA3aH/fFPnBodb6oe6HM8+lYHrGdRXW8M9bMZtPXUji69lmf5Cmamq7quNLFZXD9Rq7v0Bpc1o/tp0fisAAAAASUVORK5CYII=)](https://github.com/marketplace/actions/markdown-link-check-log-parser)
7-
<!--
8-
[![Test GitHub action](https://github.com/edumserrano/github-issue-forms-parser/workflows/Test%20GitHub%20action/badge.svg)](https://github.com/edumserrano/github-issue-forms-parser/actions/workflows/test-action.yml)
9-
[![codecov](https://codecov.io/gh/edumserrano/github-issue-forms-parser/branch/main/graph/badge.svg?token=B9nrGE2Ine)](https://codecov.io/gh/edumserrano/github-issue-forms-parser)
10-
-->
117

128
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](./LICENSE)
139
[![GitHub Sponsors](https://img.shields.io/github/sponsors/edumserrano)](https://github.com/sponsors/edumserrano)
1410
[![LinkedIn](https://img.shields.io/badge/LinkedIn-Eduardo%20Serrano-blue.svg)](https://www.linkedin.com/in/eduardomserrano/)
1511

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+
1626
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.
1727

1828
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.

docs/dev-notes/README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Dev notes
22

3+
- [Building the MarkdownLinkCheckLogParser solution](#building-the-markdownlinkchecklogparser-solution)
4+
- [Building with Visual Studio](#building-with-visual-studio)
5+
- [Building with dotnet CLI](#building-with-dotnet-cli)
6+
- [Running MarkdownLinkCheckLogParser solution tests](#running-markdownlinkchecklogparser-solution-tests)
7+
- [Run tests with Visual Studio](#run-tests-with-visual-studio)
8+
- [Run tests with dotnet CLI](#run-tests-with-dotnet-cli)
9+
- [Building and running the Docker container action](#building-and-running-the-docker-container-action)
10+
- [Projects wide configuration](#projects-wide-configuration)
11+
- [Deterministic Build configuration](#deterministic-build-configuration)
12+
- [Repository configuration](#repository-configuration)
13+
- [GitHub Workflows](#github-workflows)
14+
- [GitHub marketplace](#github-marketplace)
15+
- [Note about the Docker container action](#note-about-the-docker-container-action)
16+
- [As of writing this, the log for building the docker action looks as follows](#as-of-writing-this-the-log-for-building-the-docker-action-looks-as-follows)
17+
- [As of writing this, the log for running the docker action looks as follows](#as-of-writing-this-the-log-for-running-the-docker-action-looks-as-follows)
18+
319
## Building the MarkdownLinkCheckLogParser solution
420

521
### Building with Visual Studio
@@ -36,6 +52,7 @@ The steps below show how to run the Docker container action against a set of tes
3652

3753
```
3854
docker run --rm -v ${pwd}:/workspace --workdir /workspace mlc-log-parser `
55+
parse-log `
3956
--auth-token <github token> `
4057
--repo <repo> `
4158
--run-id <run id> `

0 commit comments

Comments
 (0)