An open API service indexing awesome lists of open source software.

https://github.com/norberttech/md-link-linter-action

:octocat: CI/CD action that helps detect outdated links in markdown files ✅
https://github.com/norberttech/md-link-linter-action

Last synced: 3 months ago
JSON representation

:octocat: CI/CD action that helps detect outdated links in markdown files ✅

Awesome Lists containing this project

README

          

# MD Link Linter Github Action

This action iterates through all folders in given path, looking for markdown files trying to detect invalid/outdated links.

## Inputs

### `path`

**Required** Path in which md link linter should start looking for markdown files

## Outputs

none

## Example usage

```yaml
uses: norberttech/md-link-linter-action@v1
with:
path: '.'
```