ci: use nix #385
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
release.yml
on: push
Test Suite
1m 40s
cargo-release
0s
Matrix: github-release
Annotations
1 error and 5 warnings
incorrect implementation of `partial_cmp` on an `Ord` type:
crates/jrsonnet-interner/src/inner.rs#L218
error: incorrect implementation of `partial_cmp` on an `Ord` type
--> crates/jrsonnet-interner/src/inner.rs:218:1
|
218 | / impl PartialOrd for Inner {
219 | | fn partial_cmp(&self, other: &Self) -> Option<cmp::Ordering> {
| | __________________________________________________________________-
220 | || self.as_slice().partial_cmp(other.as_slice())
221 | || }
| ||_____- help: change this to: `{ Some(self.cmp(other)) }`
222 | | }
| |__^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#incorrect_partial_ord_impl_on_ord_type
= note: `#[deny(clippy::incorrect_partial_ord_impl_on_ord_type)]` on by default
|
Test Suite
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Test Suite
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/
|
Test Suite
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/
|
Test Suite
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/
|
Test Suite
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/
|