Skip to content
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

Fix to issue in spell check action configuration #22

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

jonasbn
Copy link

@jonasbn jonasbn commented Feb 23, 2022

Fix to issue in spell check action configuration and updated to latest release of the action.

I wanted to update the action version used in the action since the used version is about to be decommissioned.

I fixed the configuration, which had a formatting issue (YAML, sigh).

I have not corrected any spelling, so it will still fail, you can add a custom dictionary (.wordlist.txt) in your repository for words and terms unknown to aspell.

You have to specify the custom dictionary in the configuration like so:

  dictionary:
    wordlists:
    - wordlist.txt

Let me know if you need further assistance.

In addition I can recommend Dependabot or Renovate to keep your actions up to date, let me know if you want more information.

Take care,

jonasbn

@jonasbn
Copy link
Author

jonasbn commented May 17, 2022

Version 0.13.0 is no longer available from DockerHub, please see the documentation on the sunset policy.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant