Preparing release 0.49.0 · rojopolis/spellcheck-github-actions@5375356 (original) (raw)
`@@ -75,6 +75,7 @@ This action uses [PySpelling][pyspelling] to check spelling in source files in t
`
75
75
`- English
`
76
76
`- French
`
77
77
`- German
`
``
78
`+
- Italian
`
78
79
`- Spanish
`
79
80
`- Russian
`
80
81
`- Ukrainian
`
`@@ -106,7 +107,7 @@ jobs:
`
106
107
`steps:
`
107
108
`# The checkout step
`
108
109
` - uses: actions/checkout@v3
`
109
``
`-
- uses: rojopolis/spellcheck-github-actions@0.48.0
`
``
110
`+
- uses: rojopolis/spellcheck-github-actions@0.49.0
`
110
111
`name: Spellcheck
`
111
112
```` ```
`112`
`113`
``
`` @@ -116,7 +117,7 @@ For example, it could be named `.github/workflows/spelling_action.yml` for easy
``
`116`
`117`
``
`117`
`118`
`### Using a Canonical Version
`
`118`
`119`
``
`119`
``
`` -
In the above example, the configuration is pointing to the exact version of `0.48.0`, this repository also offers the canonical version `v0`, so there is less hassle keeping the action up to date.
``
``
`120`
`` +
In the above example, the configuration is pointing to the exact version of `0.49.0`, this repository also offers the canonical version `v0`, so there is less hassle keeping the action up to date.
``
`120`
`121`
``
`121`
`122`
```` ```yaml
122
123
`name: Spellcheck Action
`
`@@ -204,7 +205,7 @@ jobs:
`
204
205
` steps:
`
205
206
` # The checkout step
`
206
207
` - uses: actions/checkout@v3
`
207
``
`-
- uses: rojopolis/spellcheck-github-actions@0.48.0
`
``
208
`+
- uses: rojopolis/spellcheck-github-actions@0.49.0
`
208
209
` name: Spellcheck
`
209
210
` with:
`
210
211
` source_files: README.md CHANGELOG.md notes/Notes.md
`
`@@ -232,7 +233,7 @@ jobs:
`
232
233
` steps:
`
233
234
` # The checkout step
`
234
235
` - uses: actions/checkout@v3
`
235
``
`-
- uses: rojopolis/spellcheck-github-actions@0.48.0
`
``
236
`+
- uses: rojopolis/spellcheck-github-actions@0.49.0
`
236
237
` name: Spellcheck
`
237
238
` with:
`
238
239
` source_files: README.md CHANGELOG.md notes/Notes.md
`
`@@ -319,7 +320,7 @@ jobs:
`
319
320
` runs-on: ubuntu-latest
`
320
321
` steps:
`
321
322
` - uses: actions/checkout@v3
`
322
``
`-
- uses: rojopolis/spellcheck-github-actions@0.48.0
`
``
323
`+
- uses: rojopolis/spellcheck-github-actions@0.49.0
`
323
324
` name: Spellcheck
`
324
325
` with:
`
325
326
` config_path: config/.spellcheck.yml # put path to configuration file here
`
`@@ -450,7 +451,7 @@ See the documentation for [PySpelling](https://facelessuser.github.io/pyspelling
`
450
451
`` The action can be specified to use hunspell instead of aspell by setting the spellchecker parameter to hunspell.
``
451
452
``
452
453
```` ```yaml
`453`
``
`-
- uses: rojopolis/spellcheck-github-actions@0.48.0
`
``
`454`
`+
- uses: rojopolis/spellcheck-github-actions@0.49.0
`
`454`
`455`
` name: Spellcheck
`
`455`
`456`
` with:
`
`456`
`457`
` task_name: Markdown
`
`@@ -507,30 +508,32 @@ Currently only the following languages are supported via [GNU Aspell][aspell]:
`
`507`
`508`
`` - English via the [`aspell-en` Debian package][aspell-en], supporting:
``
`508`
`509`
`` - American (`en_US`),
``
`509`
`510`
`` - British (`en_GB`),
``
`510`
``
`` -
- Canadian (`en_CA`)
``
`511`
``
`` -
- and Australian (`en_AU`)
``
``
`511`
`` +
- Australian (`en_AU`)
``
``
`512`
`` +
- and Canadian (`en_CA`)
``
`512`
`513`
`` - German via the [`aspell-de` Debian package][aspell-de], supporting:
``
``
`514`
`` +
- Austrian (`de_AT`)
``
`513`
`515`
`` - German (`de_DE`),
``
`514`
`516`
`` - Swiss (`de_CH`)
``
`515`
``
`` -
- Austrian (`de_AT`)
``
`516`
``
`` -
- Spanish via the [`aspell-es` Debian package][aspell-es]
``
``
`517`
`` +
- Italian via (`it_IT`), via the [`aspell-it` Debian package][aspell-it]
``
`517`
`518`
`` - Russian via the [`aspell-ru` Debian package][aspell-ru]
``
``
`519`
`` +
- Spanish via the [`aspell-es` Debian package][aspell-es]
``
`518`
`520`
`` - Ukrainian via the [`aspell-uk` Debian package][aspell-uk]
``
`519`
`521`
``
`520`
`522`
`Currently only the following languages are supported via [Hunspell][hunspell]:
`
`521`
`523`
``
`522`
`524`
`- English, supporting:
`
`523`
`525`
`` - American (`en_US`, via [`hunspell-en-us` Debian package][hunspell-en-us]),
``
``
`526`
`` +
- Australian (`en_AU`, via [`hunspell-en-au` Debian package][hunspell-en-au])
``
`524`
`527`
`` - British (`en_GB`, via [`hunspell-en-gb` Debian package][hunspell-en-gb]),
``
`525`
``
`` -
- Canadian (`en_CA`, via [`hunspell-en-ca` Debian package][hunspell-en-ca])
``
`526`
``
`` -
- and Australian (`en_AU`, via [`hunspell-en-au` Debian package][hunspell-en-au])
``
``
`528`
`` +
- and Canadian (`en_CA`, via [`hunspell-en-ca` Debian package][hunspell-en-ca])
``
``
`529`
`` +
- French via the [`hunspell-fr` Debian package][hunspell-fr]
``
`527`
`530`
`- German, supporting:
`
``
`531`
`` +
- Austrian (`de_AT`, via [`hunspell-de-at` Debian package][hunspell-de-at])
``
`528`
`532`
`` - German (`de_DE`, via [`hunspell-de-de` Debian package][hunspell-de-de]),
``
`529`
`533`
`` - Swiss (`de_CH`, via [`hunspell-de-ch` Debian package][hunspell-de-ch])
``
`530`
``
`` -
- Austrian (`de_AT`, via [`hunspell-de-at` Debian package][hunspell-de-at])
``
`531`
``
`` -
- Spanish via the [`hunspell-es` Debian package][hunspell-es]
``
`532`
``
`` -
- French via the [`hunspell-fr` Debian package][hunspell-fr]
``
``
`534`
`` +
- Italian via the [`hunspell-it` Debian package][hunspell-it]
``
`533`
`535`
`` - Russian via the [`hunspell-ru` Debian package][hunspell-ru]
``
``
`536`
`` +
- Spanish via the [`hunspell-es` Debian package][hunspell-es]
``
`534`
`537`
`` - Ukrainian via the [`hunspell-uk` Debian package][hunspell-uk]
``
`535`
`538`
``
`536`
`539`
`Additional languages can be added by request, please open an issue.
`
`@@ -555,7 +558,7 @@ jobs:
`
`555`
`558`
` runs-on: ubuntu-latest
`
`556`
`559`
` steps:
`
`557`
`560`
` - uses: actions/checkout@v3
`
`558`
``
`-
- uses: rojopolis/spellcheck-github-actions@0.48.0
`
``
`561`
`+
- uses: rojopolis/spellcheck-github-actions@0.49.0
`
`559`
`562`
` name: Spellcheck
`
`560`
`563`
` with:
`
`561`
`564`
` config_path: .github/spellcheck.yml # <--- put path to configuration file here
`
`@@ -796,7 +799,7 @@ jobs:
`
`796`
`799`
` runs-on: ubuntu-latest
`
`797`
`800`
` steps:
`
`798`
`801`
` - uses: actions/checkout@v3
`
`799`
``
`-
- uses: rojopolis/spellcheck-github-actions@0.48.0
`
``
`802`
`+
- uses: rojopolis/spellcheck-github-actions@0.49.0
`
`800`
`803`
` name: Spellcheck
`
`801`
`804`
```` ```
802
805
``
`@@ -953,11 +956,13 @@ Here follows a list of contributors in alphabetical order:
`
953
956
`- Matt Calvert, @miff2000
`
954
957
`- Matthew Macdonald-Wallace, @proffalken
`
955
958
`- Michael Flaxman, @mflaxman
`
``
959
`+
- Micha Hobert, @Isengo1989
`
956
960
`- Mike Starov, @xsaero00
`
957
961
`- Nicolas Lhomme, @nlhomme
`
958
962
`- Pavel Skipenes, @pavelskipenes
`
959
963
`- Peter Petrik, @PeterPetrik
`
960
964
`- Riccardo Porreca, @riccardoporreca
`
``
965
`+
- Stefan Oderbolz @metaodi
`
961
966
`- Stephen Bates, @sbates130272
`
962
967
``
963
968
`Do you want to be left out, or feel left out of this list or have a different representation of your name, please submit a pull request or raise an issue
`
`@@ -978,6 +983,7 @@ This repository is licensed under the MIT license.
`
978
983
`[aspell-es]: https://packages.debian.org/bookworm/aspell-es
`
979
984
`[aspell-ru]: https://packages.debian.org/bookworm/aspell-ru
`
980
985
`[aspell-uk]: https://packages.debian.org/bookworm/aspell-uk
`
``
986
`+
`
981
987
`[GHAMKDBADGE]: https://github.com/rojopolis/spellcheck-github-actions/workflows/Markdownlint%20Action/badge.svg
`
982
988
`[GHASPLLBADGE]: https://github.com/rojopolis/spellcheck-github-actions/workflows/Spellcheck%20Action/badge.svg
`
983
989
`[expectmatch]: https://facelessuser.github.io/pyspelling/configuration/#expect-match
`
`@@ -992,3 +998,4 @@ This repository is licensed under the MIT license.
`
992
998
`[hunspell-fr]: https://packages.debian.org/bookworm/hunspell-fr
`
993
999
`[hunspell-ru]: https://packages.debian.org/bookworm/hunspell-ru
`
994
1000
`[hunspell-uk]: https://packages.debian.org/bookworm/hunspell-uk
`
``
1001
`+
`