Merged
Conversation
Signed-off-by: Brooke Hamilton <45323234+brooke-hamilton@users.noreply.github.com>
jonasbn
approved these changes
Mar 31, 2025
Collaborator
jonasbn
left a comment
There was a problem hiding this comment.
This is approved, thanks.
Changes will be included in the next coming feature release.
jonasbn
pushed a commit
to funkill/spellcheck-github-actions
that referenced
this pull request
Apr 1, 2025
Signed-off-by: Brooke Hamilton <45323234+brooke-hamilton@users.noreply.github.com>
jonasbn
added a commit
that referenced
this pull request
Apr 1, 2025
* added hunspel with en, de, es and fr dictionaries, update docs * added russian and ukranian dicts, update docs * updated os version in packages links * fixed spelling * fixed entrypoint * Bump python from 3.13.0-slim-bookworm to 3.13.1-slim-bookworm 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> * Preparing release 0.46.0, update to Docker base image * Bump nosborn/github-action-markdown-cli from 3.3.0 to 3.4.0 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> * Bump python from 3.13.1-slim-bookworm to 3.13.2-slim-bookworm 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> * Preparing release 0.47.0 * add tool versions (#234) Signed-off-by: Brooke Hamilton <45323234+brooke-hamilton@users.noreply.github.com> * feat: add arm64 image (#218) * feat: add arm64 image * ci: pin actions * ci: add sha * ci: fix default branch name (#235) * Added hunspell version output to entry point * Did some testing, added more output to entrypoint, parameter specification in action.yml and some documentation --------- Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: Brooke Hamilton <45323234+brooke-hamilton@users.noreply.github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: jonasbn <jonasbn@gmail.com> Co-authored-by: Brooke Hamilton <45323234+brooke-hamilton@users.noreply.github.com> Co-authored-by: Shyim <github@shyim.de> Co-authored-by: Jonas Brømsø <jonasbn@users.noreply.github.com>
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.
This pull request includes a small change to the
entrypoint.shscript to add version number outputs to the log forpyspellingandaspellto provide more information during the script execution. This is helpful to me when comparing the locally installed versions of the tools to the versions that ran as part of a GitHub workflow.entrypoint.sh: Added commands to display the versions ofpyspellingandaspellbeing used.After this change, the log looks like this:
Thank you! 🤖