drahnr / cargo-spellcheck

Checks all your documentation for spelling and grammar mistakes with hunspell and a nlprule based checker for grammar

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Binary release

daxpedda opened this issue · comments

Is your feature request related to a particular use-case?

Using cargo-spellcheck in CI like GitHub Actions.

Describe the solution you'd like to implement/see implemented

Make a GitHub release that includes the cargo-spellcheck binary for x86_64-unknown-linux-gnu. Which is available for older version, but not for the new ones, like 0.9.5.

Describe alternatives you've considered

Currently the alternative is to install it manually and cache it. GitHub Actions cache is sometimes unreliable.

Additional context

I noticed that the release commits aren't signed, that would be a small bonus to take care off in the future.

As a matter of fact, I had a brief look into this yesterday ☺️, and there are two small issues that need to be resolved on my infrastructure, ETA early next week.

Thanks for taking the time to report this!

Resolved, the missing, no historical releases down to 0.8.14 will be created over the next few days. Root cause was a format change in the GitHub API

The last releases of 0.9.x are being published now. Going to drop anything older.