Skip to content

compiler-research/git-spell-check

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

git-spell-check

Run a spell checker only on changed lines in pull requests.

Features

  • Only checks added/modified lines
  • Ignore custom words
  • Works with any spell checker (default: aspell)
  • Uses GitHub annotations for inline results

Usage

- uses: compiler-research/git-spell-check@v1
  with:
    base_branch: origin/master
    include: '["**/*.md"]'
    exclude: '["CHANGELOG.md"]'
    cmd: "aspell list"
    dictionary: "Compiler-Research GitHub Actions"

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages