Check for CHANGELOG
changes on CI and specify targets on rust-toolchain.toml
#452
Milestone
CHANGELOG
changes on CI and specify targets on rust-toolchain.toml
#452
What should be done?
There are a couple of changes that we can do to improve the CI:
CHANGELOG
checks on the CI to make sure logs are pertinently added on each PR.rust-toolchain.toml
(example). I don't think this allows us to simplify CI (the current action does not honor it AFAIK), but it will make it easier to install manually.How should it be done?
First point could be done similar to this implementation
When is this task done?
When we have a CI step that checks for changelog lines.
Additional context
No response
The text was updated successfully, but these errors were encountered: