CI #91
ci.yml
on: schedule
Tests pass
44s
No warnings from Clippy
8s
Source code is formatted
26s
Documentation builds successfully
19s
Commit messages follow project guidelines
17s
Annotations
1 error and 1 warning
Commit messages follow project guidelines
You have commit messages with errors
⧗ input: Fix caching provider test
This is kinda badly done (we collect into a vec), but we don't use the provider and it fixes the test. To do this more elegantly we'd need to have a wrapper type around the `impl IntoIterator<Item = (Self::P, Self::VS)> + Clone` so the remote dependencies and the cached dependencies return the same kind of iterator. `Box<dyn _>` doesn't work because it's two traits.
✖ subject may not be empty [subject-empty]
✖ type may not be empty [type-empty]
⚠ body's lines must not be longer than 72 characters [body-max-line-length]
✖ found 2 problems, 1 warnings
ⓘ Get help: https://github.com/conventional-changelog/commitlint/#what-is-commitlint
|
Commit messages follow project guidelines
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|