namazuchin/Article Linter with reviewdog
Lints Markdown articles and reports findings via reviewdog.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github_token | GitHub token to post comments to PRs. | yes | ${{ github.token }} |
| target_files | Glob pattern for Markdown files to lint. Defaults to all .md files in the PR. | no | **/*.md |
| custom_dictionary_path | Path to a custom dictionary file for proper noun checking. | no | — |
| reviewdog_reporter | Reporter for reviewdog (e.g., github-pr-check, github-pr-review). | no | github-pr-check |
| reviewdog_level | Reporting level for reviewdog (info, warning, error). | no | warning |
Outputs
no outputs