theluckystrike/BeLikeNative Grammar Check
Rule-based grammar checking for documentation and markdown files. Catches common non-native speaker errors with L1-aware explanations.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | GitHub token for posting review comments | yes | ${{ github.token }} |
| severity-threshold | Minimum severity to report (error, warning, info) | no | warning |
| file-patterns | Comma-separated glob patterns for files to check | no | **/*.md,**/*.txt,**/*.mdx,**/*.rst |
| max-comments | Maximum number of review comments per PR | no | 50 |
| fail-on-error | Fail the check if error-level issues are found | no | true |
Outputs
no outputs