Skip to content

rsb-23/text-linter

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

Text Linter CI

This Github Action uses AI to find typos and grammatical errors in specified data files.

Usage

Refer test.yml

  - name: Lint Text in Data Files
    uses: actions/text-linter@v1
    with:
      token: ${{ secrets.PAT }}
      files: |
        tests/file.txt
        tests/file.json
      provider: groq
      api_key: ${{ secrets.GROQ_API_KEY }}
      model:  //optional

Supported Models & Providers

All text models supported by Litellm.
Hence provider name should be same as given in this doc.

About

Github action to check typos in diff

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages