Skip to content

Prepare for new release v0.23.0 #300

Prepare for new release v0.23.0

Prepare for new release v0.23.0 #300

Triggered via push October 21, 2024 20:06
Status Failure
Total duration 44s
Artifacts

clippy.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 2 warnings
mismatched types: rustywind-cli/src/options.rs#L101
error[E0308]: mismatched types --> rustywind-cli/src/options.rs:101:16 | 99 | fn get_sorter_from_cli(cli: &Cli) -> Result<Sorter> { | -------------- expected `std::result::Result<rustywind_core::sorter::Sorter, color_eyre::Report>` because of return type 100 | if let Some(vite_css_url) = &cli.vite_css { 101 | return create_vite_sorter(vite_css_url, cli.skip_ssl_verification); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `rustywind_core::sorter::Sorter`, found a different `rustywind_core::sorter::Sorter` | = note: `rustywind_core::sorter::Sorter` and `rustywind_core::sorter::Sorter` have similar names, but are actually distinct types note: `rustywind_core::sorter::Sorter` is defined in crate `rustywind_core` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustywind_core-0.1.4/src/sorter.rs:69:1 | 69 | pub enum Sorter { | ^^^^^^^^^^^^^^^ note: `rustywind_core::sorter::Sorter` is defined in crate `rustywind_core` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustywind_core-0.2.0/src/sorter.rs:69:1 | 69 | pub enum Sorter { | ^^^^^^^^^^^^^^^ = note: perhaps two different versions of crate `rustywind_core` are being used?
clippy
Clippy has exited with exit code 101
clippy
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
clippy
Unexpected input(s) 'token', valid inputs are ['toolchain', 'args', 'use-cross', 'working-directory']