rsb-23/Text Linter
Checks diff of specified files for grammatical error and suggests fixes on PR.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| token | PAT with `pull_request:write` permission | yes | ${{ github.token }} |
| files | Comma-separated list of files to analyze | yes | — |
| provider | Provider of the language model (e.g., openai, anthropic, groq) | yes | groq |
| api_key | API Key for the specified provider | yes | — |
| model | Language model by the specified provider | no | — |
Outputs
no outputs