Skip to content

chore: org change bihealth => varfish-org #110

chore: org change bihealth => varfish-org

chore: org change bihealth => varfish-org #110

Triggered via push February 8, 2024 10:57
Status Success
Total duration 3m 36s
Artifacts
release-please
9s
release-please
Fit to window
Zoom out
Zoom in

Annotations

3 warnings
release-please
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: GoogleCloudPlatform/release-please-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
use of a fallible conversion when an infallible one could be used: src/parser/ds.rs#L497
warning: use of a fallible conversion when an infallible one could be used --> src/parser/ds.rs:497:18 | 497 | .try_into() | ^^^^^^^^ help: use: `into` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_fallible_conversions
use of a fallible conversion when an infallible one could be used: src/parser/ds.rs#L490
warning: use of a fallible conversion when an infallible one could be used --> src/parser/ds.rs:490:18 | 490 | .try_into() | ^^^^^^^^ help: use: `into` | = 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