timhagn/Lint Markdown & Frontmatter
GitHub Action linting markdown & its frontmatter content.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | The GitHub token used to create an authenticated client | no | ${{ github.token }} |
| debug | Whether to tell the GitHub client to log details of its requests | no | false |
| changed-files | Files to lint | yes | — |
| directories | Multiple directories to search in | yes | — |
| markdown-extensions | Multiple extensions of Markdown files to check for | yes | — |
| image-extensions | Multiple extensions of image files to check for | yes | — |
| fuzzy-search | Should the existing projects be checked for duplicates with nearest neighbor (fuzzy) search | no | — |
| force-check | Check all files instead of only added ones. | no | — |
Outputs
| name | description |
|---|---|
| changed | The changed files |