Added sample repos

This commit is contained in:
Gaurav Nelson 2020-04-09 15:03:51 +10:00
parent 27f8c48727
commit 19b2d10689

View File

@ -156,3 +156,14 @@ GitHub Action - Markdown link check follows the [GitHub recommended versioning s
```yml
- uses: gaurav-nelson/github-action-markdown-link-check@44a942b2f7ed0dc101d556f281e906fb79f1f478
```
## Real-life usage samples
Following is a list of some of the repositories which are using GitHub Action -
Markdown link check.
| Repository| Stars | Workflow file |
|:----------|:--------------|:------------|
|https://github.com/fluxcd/flux|[![GitHub stars](https://img.shields.io/github/stars/fluxcd/flux?style=social)](https://github.com/fluxcd/flux/stargazers)| https://github.com/fluxcd/flux/blob/master/.github/workflows/docs.yaml|
|https://github.com/tendermint/tendermint|[![GitHub stars](https://img.shields.io/github/stars/tendermint/tendermint?style=social)](https://github.com/tendermint/tendermint/stargazers)| https://github.com/tendermint/tendermint/blob/master/.github/workflows/linkchecker.yml|
|https://github.com/stoplightio/prism|[![GitHub stars](https://img.shields.io/github/stars/stoplightio/prism?style=social)](https://github.com/stoplightio/prism/stargazers)| https://github.com/stoplightio/prism/blob/master/.github/workflows/markdown-links.yml|