rojopolis/GitHub Spellcheck Action
A Github Action that spell checks Python, Markdown, and Text files using PySpelling
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| config_path | Alternate configuration file to use | no | — |
| source_files | A list of source files or patterns to scan. This overrides your config file's `source` section. `task_name` must also be specified to use this option. | no | — |
| task_name | Name of the PySpelling task to run | no | — |
| output_file | Name of a generated output file containing output from pyspelling. | no | — |
| spell_checker | The spell checker to use. Either `hunspell` or `aspell`. | no | — |
| skip_dict_compile | Skip dictionary compiling step if the dictionary already exists. Changes to a custom dictionary will be ignored. Accepts "true" or "false" and defaults to "false". | no | — |
Outputs
no outputs