Skip to content

docs(readme): Fix links and typos (#145) #46

docs(readme): Fix links and typos (#145)

docs(readme): Fix links and typos (#145) #46

Triggered via push August 26, 2024 16:07
Status Failure
Total duration 32s
Artifacts

deploy.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 2 warnings
ghcr
Process completed with exit code 2.
the borrowed expression implements the required traits: src/status/mod.rs#L106
error: the borrowed expression implements the required traits --> src/status/mod.rs:106:45 | 106 | if let Ok(part) = path.strip_prefix(&sourcedir) { | ^^^^^^^^^^ help: change this to: `sourcedir` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrows_for_generic_args
the borrowed expression implements the required traits: src/setup/mod.rs#L17
error: the borrowed expression implements the required traits --> src/setup/mod.rs:17:33 | 17 | let metadata = fs::metadata(&path)?; | ^^^^^ help: change this to: `path` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrows_for_generic_args = note: `-D clippy::needless-borrows-for-generic-args` implied by `-D warnings` = help: to override `-D warnings` add `#[allow(clippy::needless_borrows_for_generic_args)]`
ghcr
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
ghcr
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/