Skip to content

CI

CI #745

Triggered via merge group January 22, 2024 19:12
Status Failure
Total duration 56s
Artifacts

ci.yml

on: merge_group
Tests pass
47s
Tests pass
No warnings from Clippy
11s
No warnings from Clippy
Source code is formatted
4s
Source code is formatted
Documentation builds successfully
18s
Documentation builds successfully
Commit messages follow project guidelines
15s
Commit messages follow project guidelines
Fit to window
Zoom out
Zoom in

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/