chore: install workflow-runner via axo #1418
Annotations
2 errors and 1 warning
unused import: `futures_util::StreamExt`:
crates/cli/src/updater.rs#L6
error: unused import: `futures_util::StreamExt`
--> crates/cli/src/updater.rs:6:5
|
6 | use futures_util::StreamExt;
| ^^^^^^^^^^^^^^^^^^^^^^^
|
= note: `-D unused-imports` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(unused_imports)]`
|
no method named `get_file_name` found for enum `updater::SupportedApp` in the current scope:
crates/cli/src/updater.rs#L585
error[E0599]: no method named `get_file_name` found for enum `updater::SupportedApp` in the current scope
--> crates/cli/src/updater.rs:585:29
|
70 | pub enum SupportedApp {
| --------------------- method `get_file_name` not found for this enum
...
585 | let filename = app_name.get_file_name(
| ---------^^^^^^^^^^^^^ help: there is a method with a similar name: `get_base_name`
|
validate PR title
This self-hosted runner is currently using runner version 2.317.0. This version is out of date. Please update to the latest version 2.319.1
|