Skip to content

chore(deps-dev): bump husky from 8.0.3 to 9.0.11 in /javascript #2948

chore(deps-dev): bump husky from 8.0.3 to 9.0.11 in /javascript

chore(deps-dev): bump husky from 8.0.3 to 9.0.11 in /javascript #2948

Triggered via pull request February 14, 2024 05:10
Status Success
Total duration 59s
Artifacts

markdown-link-checker.yml

on: pull_request
markdown-link-check
49s
markdown-link-check
Fit to window
Zoom out
Zoom in

Annotations

1 warning
use of a fallible conversion when an infallible one could be used: crates/parser/src/lib.rs#L184
warning: use of a fallible conversion when an infallible one could be used --> crates/parser/src/lib.rs:184:10 | 184 | .try_into() | ^^^^^^^^ help: use: `into` | = note: converting `&str` to `PathBuf` cannot fail = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_fallible_conversions = note: `#[warn(clippy::unnecessary_fallible_conversions)]` on by default