Skip to content
book

GitHub Action

Run Aspell

v1.0.0 Latest version

Run Aspell

book

Run Aspell

Run `aspell` to check spelling in one or more TeX files

Installation

Copy and paste the following snippet into your .yml file.

              

- name: Run Aspell

uses: reitermarkus/[email protected]

Learn more about this action in reitermarkus/aspell

Choose a version

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