chore: upgrade 2412 #29
lint-pr.yml
on: pull_request_target
Validate PR title for conventional commit compliance
3s
Annotations
1 error and 1 warning
use of unstable library feature 'is_none_or':
/home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/netlink-proto-0.11.4/src/connection.rs#L243
error[E0658]: use of unstable library feature 'is_none_or'
--> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/netlink-proto-0.11.4/src/connection.rs:243:18
|
243 | .is_none_or(|x| x.is_closed())
| ^^^^^^^^^^
|
= note: see issue #126383 <https://github.com/rust-lang/rust/issues/126383> for more information
|
Validate PR title for conventional commit compliance
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|