Skip to content

Feature/move node container #464

Feature/move node container

Feature/move node container #464

Triggered via pull request March 5, 2025 19:47
Status Success
Total duration 1m 26s
Artifacts

test.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 warning
Build & Test
Range.new/2 and first..last default to a step of -1 when last < first. Use Range.new(first, last, -1) or first..last//-1, or pass 1 if that was your intention