Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 395 Bytes

README.md

File metadata and controls

16 lines (14 loc) · 395 Bytes

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
      GROQ_API_KEY: ${{ secrets.GROQ_API_KEY }}