Skip to content

rsb-23/check-typo

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Repository files navigation

actions/check-typo

This Github Action uses AI to find typos and grammatical errors in PR changes.

Usage

Refer test.yml

  - name: Check typos in data files
    uses: actions/check-diff-typo@v1
    with:
      token: ${{ secrets.PAT }}
      files: |
        tests/file.txt
        tests/file.json
      GROQ_API_KEY: ${{ secrets.GROQ_API_KEY }}

About

Github action to check typos in diff

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages