CI #745
ci.yml
on: merge_group
Tests pass
47s
No warnings from Clippy
11s
Source code is formatted
4s
Documentation builds successfully
18s
Commit messages follow project guidelines
15s
Annotations
1 error and 2 warnings
Commit messages follow project guidelines
You have commit messages with errors
⧗ input: impl: centralize use of hash sets/maps (#182)
Previously, pubgrub used an alias for HashMap so that everything used
the same implementation. But it didn't do the same for HashSet, and
indeed, there were some uses of FxHashSet and std::collections::HashSet.
Like for HashMap, we standard on the use of FxHashSet for everything.
✖ type must be one of [build, ci, docs, feat, fix, perf, refactor, release, revert, style, test] [type-enum]
✖ found 1 problems, 0 warnings
ⓘ Get help: https://github.com/conventional-changelog/commitlint/#what-is-commitlint
|
Commit messages follow project guidelines
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
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/
|