Skip to content

feat: Slash provider with automatic/manual top up #2104

feat: Slash provider with automatic/manual top up

feat: Slash provider with automatic/manual top up #2104

Triggered via pull request November 21, 2024 19:11
Status Success
Total duration 2m 31s
Artifacts

lint.yml

on: pull_request
Check format with rustfmt
54s
Check format with rustfmt
Check lint with clippy
2m 19s
Check lint with clippy
Check format with biome
18s
Check format with biome
Check lint with biome
16s
Check lint with biome
Typecheck with tsc
16s
Typecheck with tsc
Fit to window
Zoom out
Zoom in

Annotations

2 warnings
Check lint with clippy: pallets/file-system/src/utils.rs#L69
the use of negated comparison operators on partially ordered types produces code that is hard to read and refactor, please consider using the `partial_cmp` method instead, to make it clear that the two values could be incomparable
Check lint with clippy: node/src/tasks/user_sends_file.rs#L205
this loop never actually loops