trystan2k/Markdown Reviwer and Translator
Markdown grammar reviewer and translation into any other language powered by Google Gemini
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| token | GITHUB_TOKEN or a `repo` scoped Personal Access Token (PAT) | — | ${{ github.token }} |
| aiApiKey | API Key to use the AI service | yes | — |
| aiProvider | AI Provider | no | |
| aiModel | AI language model to use. | no | gemini-1.5-flash |
| translateCommitMessageTemplate | Commit message template when creating new translated file. %file is replaced with the file name and %lang with language | no | add translation of file %file for language %lang |
| applyReviewCommitMessageTemplate | Commit message template when creating a reviewed file. %file is replaced with the file name | no | apply review suggestions for file %file |
Outputs
no outputs