Skip to content

feat: add cargo workpaces + add pass-webauthn #8

feat: add cargo workpaces + add pass-webauthn

feat: add cargo workpaces + add pass-webauthn #8

Triggered via pull request October 11, 2024 04:57
Status Failure
Total duration 1m 55s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error and 4 warnings
test
Process completed with exit code 101.
using `clone` on type `[u8; 32]` which implements the `Copy` trait: pass-webauthn/src/impls.rs#L75
warning: using `clone` on type `[u8; 32]` which implements the `Copy` trait --> pass-webauthn/src/impls.rs:75:32 | 75 | Device::new(DeviceInfo(value.device_id().clone())) | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: try dereferencing it: `*value.device_id()` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy = note: `#[warn(clippy::clone_on_copy)]` on by default
useless use of `vec!`: verifier/src/lib.rs#L76
warning: useless use of `vec!` --> verifier/src/lib.rs:76:19 | 76 | let message = vec![authenticator_data, &client_data_hash].concat(); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: you can use an array directly: `[authenticator_data, &client_data_hash]` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_vec = note: `#[warn(clippy::useless_vec)]` on by default
clippy
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
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/