Skip to content

Commit

Permalink
docs: update readme add annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
becheran committed Nov 28, 2022
1 parent bafb38b commit 004129e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ Check for broken links in markup files. Currently `html` and `markdown` files ar
* Efficient link resolving strategy which tries with minimized network load
* Throttle option to prevent *429 Too Many Requests* errors
* Configure via config file
* Report broken links via GitHub workflow commands

## Install Locally

Expand Down Expand Up @@ -58,6 +59,10 @@ Use *mlc* command line arguments using the `with` argument:
args: ./README.md
```

The action does uses [GitHub workflow commands](https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions) to highlight broken links:

![annotation](./docs/FailingAnnotation.PNG)

### Binary

To integrate *mlc* in your CI pipeline running in a *linux x86_64 environment* you can add the following commands to download the tool:
Expand Down
Binary file added docs/FailingAnnotation.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 004129e

Please sign in to comment.