Skip to content

reitermarkus/aspell

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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Aspell Action

This action checks spelling in one or more TeX files.

Inputs

files

Optional Files on which to run aspell. By default, the action will look for .tex files in all directories.

args

Optional Arguments passed to aspell.

Example Usage

uses: reitermarkus/aspell@main
with:
  files: ReadMe.md
  args: --lang=en_GB --mode=markdown