Skip to content

add_copy_btn

add_copy_btn #1174

Triggered via pull request October 25, 2025 05:37
Status Success
Total duration 3m 1s
Artifacts

pr.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 warning
build
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