Skip to content

fix: remove keygen.sh #1380

fix: remove keygen.sh

fix: remove keygen.sh #1380

You are viewing an older attempt in the history of this workflow run. View latest attempt.
Triggered via pull request October 21, 2024 23:33
Status Failure
Total duration 2m 37s
Artifacts

code-quality.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 2 warnings
associated function `from_all_app` is never used: crates/cli/src/updater.rs#L99
error: associated function `from_all_app` is never used --> crates/cli/src/updater.rs:99:12 | 75 | impl SupportedApp { | ----------------- associated function in this implementation ... 99 | pub fn from_all_app(app: AllApp) -> Option<Self> { | ^^^^^^^^^^^^ | = note: `-D dead-code` implied by `-D warnings` = help: to override `-D warnings` add `#[allow(dead_code)]`
variable does not need to be mutable: crates/cli/src/commands/doctor.rs#L37
error: variable does not need to be mutable --> crates/cli/src/commands/doctor.rs:37:9 | 37 | let mut updater = Updater::from_current_bin().await?; | ----^^^^^^^ | | | help: remove this `mut` | = note: `-D unused-mut` implied by `-D warnings` = help: to override `-D warnings` add `#[allow(unused_mut)]`
clippy_check
Clippy had exited with the 101 exit code
clippy_check
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
clippy_check
The following actions use a deprecated Node.js version and will be forced to run on node20: actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/