🧹 GitHub Action that automatically spots spelling and grammar mistakes in PRs
- 🍃 Automatically fixes spelling and grammar mistakes in your PRs (PR review)
- 🤖 AI assisted to provide helpful suggestions and detect subtle errors
- 👎 Can choose to ignore a correction in the future
name: Proofread PRs
on: [pull_request]
jobs:
test:
permissions: write-all # Required since GitHub now gives actions read-only permissions by default
runs-on: ubuntu-latest
name: Proofread PRs
steps:
- name: Proofread PR
uses: awreck/proofread-action@v1
id: proofread
with:
token: ${{ secrets.GITHUB_TOKEN }} # Required to write a PR review- ❌ Only supports markdown files (will add non-markdown support once #27 gets enough upvotes)
- ❌ Only supports the
en-USlanguage/locale (will add non-English and en-UK support once #28 gets enough upvotes) - ❌ Affected by the LanguageTool API Limitations (will find a way to get over this once #29 gets enough upvotes)
Proofread PRs uses the LanguageTool API. This is an amazing API services that provides AI-assisted grammar and spelling corrections for free through an unauthenticated API endpoint. Go show them some love ❤️