Skip to content
This repository has been archived by the owner on Apr 1, 2022. It is now read-only.

Latest commit

 

History

History

spell-check

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

libraries/spell-check action

Uses codespell to check files for commonly misspelled words.

DEPRECATION NOTICE

WARNING: the action is unmaintained and unsupported

This unmaintained copy is kept only to provide provisional support for existing workflows, but will be removed soon.

The recommended alternative is the codespell-project/actions-codespell action

Inputs

ignore-words-list

File path of list of words to ignore.

skip-paths

Comma-separated list of files to skip. It accepts globs as well. ./.git is always skipped.

Example usage

uses: arduino/actions/libraries/spell-check@master