francescobianco / shell-output-guidelines

Discussion about shell output
MIT License
10 stars 3 forks source link

Fix to issue in spell check action configuration #22

Open jonasbn opened 2 years ago

jonasbn commented 2 years ago

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 commented 2 years ago

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