-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hunspell support, dictionaries, update links #224
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @funkill
This looks great. I have one request for a change. Could you provide and example for the documentation for the INPUT_SPELL_CHECKER
parameter.
Bumps python from 3.13.0-slim-bookworm to 3.13.1-slim-bookworm. --- updated-dependencies: - dependency-name: python dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps [nosborn/github-action-markdown-cli](https://github.com/nosborn/github-action-markdown-cli) from 3.3.0 to 3.4.0. - [Release notes](https://github.com/nosborn/github-action-markdown-cli/releases) - [Commits](nosborn/github-action-markdown-cli@v3.3.0...v3.4.0) --- updated-dependencies: - dependency-name: nosborn/github-action-markdown-cli dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps python from 3.13.1-slim-bookworm to 3.13.2-slim-bookworm. --- updated-dependencies: - dependency-name: python dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Brooke Hamilton <[email protected]>
* feat: add arm64 image * ci: pin actions * ci: add sha
…ation in action.yml and some documentation
Hi @funkill I did some testing of your PR and merged with the master branch to make sure I call all things covered.
In addition I added some more output. |
@funkill about the
Thank you very much for you contribution, I am sorry it took me so long to get around to reviewing it, but so little time and so much to do, see and try |
Here is an example from one of my test runs: docker run -e INPUT_SOURCE_FILES="README.md CHANGELOG.md" \
-e INPUT_TASK_NAME=Markdown -e INPUT_SPELL_CHECKER=hunspell -it -v $PWD:/tmp \
jonasbn/github-action-spellcheck:local
Using pyspelling on configuration outlined in >spellcheck.yaml<
pyspelling 2.10
@(#) International Ispell Version 3.1.20 (but really Aspell 0.60.8)
@(#) International Ispell Version 3.2.06 (but really Hunspell 1.7.1)
Copyright (C) 2002-2014 László Németh. License: MPL/GPL/LGPL.
Based on OpenOffice.org's Myspell library.
Myspell's copyright (C) Kevin Hendricks, 2001-2002, License: BSD.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE,
to the extent permitted by law.
----------------------------------------------------------------
Source files to check: >README.md CHANGELOG.md<
Running task >Markdown<
Checking file >README.md<
Checking file >CHANGELOG.md<
Checking files specification in sources_list as: > --source README.md --source CHANGELOG.md<
Using hunspell as spell checker via action configuration
Using hunspell to spellcheck Markdown
Running Task: Markdown...
Compiling Dictionary...
> Processing: README.md |
Added hunspell support for En, De, Es, Fr, Ru, Uk
Added aspess support for Ru, Uk
Changed os mnemonic version in packages links