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.
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 toaspell
.You have to specify the custom dictionary in the configuration like so:
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