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 ✅
- Host: GitHub
- URL: https://github.com/norberttech/md-link-linter-action
- Owner: norberttech
- Created: 2019-12-15T11:52:13.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-11-06T10:51:49.000Z (over 3 years ago)
- Last Synced: 2025-08-13T21:46:25.139Z (10 months ago)
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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: '.'
```