Hunspell support, dictionaries, update links#224
Merged
jonasbn merged 16 commits intorojopolis:masterfrom Apr 1, 2025
Merged
Conversation
Collaborator
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] <support@github.com>
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] <support@github.com>
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] <support@github.com>
Signed-off-by: Brooke Hamilton <45323234+brooke-hamilton@users.noreply.github.com>
* feat: add arm64 image * ci: pin actions * ci: add sha
…ation in action.yml and some documentation
Collaborator
|
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. |
Collaborator
|
@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 |
Collaborator
|
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Added hunspell support for En, De, Es, Fr, Ru, Uk
Added aspess support for Ru, Uk
Changed os mnemonic version in packages links