Skip to content

Major refactoring of Scheduler/Task #39

Major refactoring of Scheduler/Task

Major refactoring of Scheduler/Task #39

Triggered via push June 26, 2024 21:22
Status Success
Total duration 2m 28s
Artifacts

format-check.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

3 warnings
style
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
style
Unexpected input(s) 'dprint-version', valid inputs are ['entryPoint', 'args']
useless conversion to the same type: `bytes::Bytes`: crates/db-relbox/src/rel_transaction.rs#L203
warning: useless conversion to the same type: `bytes::Bytes` --> crates/db-relbox/src/rel_transaction.rs:203:49 | 203 | let domain = Domain::from_bytes(Bytes::from(domain_bytes)) | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider removing `Bytes::from()`: `domain_bytes` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_conversion = note: `#[warn(clippy::useless_conversion)]` on by default