Aspell Github Action
  • Python 91.7%
  • Dockerfile 8.3%
Find a file
Arnar Bjarni Arnarson 53da43c95b Go back to arg list
2026-06-01 14:52:06 +00:00
action.yml Go back to arg list 2026-06-01 14:52:06 +00:00
Dockerfile Fix entrypoint which worked into other version that works but also makes crun happier for some reason! 2026-06-01 11:34:05 +00:00
entry.py Switch to python 2026-05-31 20:57:56 +00:00
README.md Switch to python 2026-05-31 20:57:56 +00:00

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.

extra_words_files

Optional Files with one word per line. Each word will be added temporarily to the dictionary before the run

args

Optional Arguments passed to aspell.

Example Usage

uses: https://git.tagl.is/KFFI/aspell@main
with:
  files: README.md
  args: --lang=en_GB --mode=markdown