spellcheck-github-actions
spellcheck-github-actions copied to clipboard
Spell check action
The `lxml` requirement will not build with this newer base image. ``` python-3.11.0-slim-bullseye ✗ $ docker build -t jonasbn/github-action-spellcheck:latest . [+] Building 8.3s (11/12) => [internal] load build definition from...
How would you use a git submodule as a wordlist, when I try to use it currently It always just returns that the wordlist could not be found.
I am observing an issue with the action in the repository [jonasbn/perl-task-date-holidays](https://github.com/jonasbn/perl-task-date-holidays) The word: `Rezić` is reported as a spelling mistake even when listed in the word list file (`.wordslist.txt`)....
Use the `docker/build-push` and `docker/metadata` actions to build a container and add the proper tag depending on the branch, PR or the tagged version using semver as the proper version....
# :abc: User Story > As a maintainer > I can build a Docker image automatically and have it uploaded to a container registry > so that I can make...
Hi @edumco Thanks for the elaborate feedback. I have compiled your comments to this list: __ - [ ] Evaluate wordlist detection enhancement __ _Originally posted by @jonasbn in https://github.com/rojopolis/spellcheck-github-actions/pull/12#issuecomment-636716234_
Hi @edumco Thanks for the elaborate feedback. I have compiled your comments to this list: __ - [ ] Investigate possibility to suppress HTML output from **PySpelling** __ _Originally posted...
It would be nice if there would be also an arm64 docker image. It's running super slow on macOS machines with Docker
The spelling verification reviews all repository files, wasting time on unchanged files. Is it possible to limit checks to files in a specific pull request, focusing only on new or...
Hello, I've had a need to add spellchecking to my repo docs. For this purpose I've created my hook definition based on this repository. I think that's probably a small...