Skip to content

Fix tournament_resulsts #1490

Fix tournament_resulsts

Fix tournament_resulsts #1490

Triggered via push September 18, 2025 08:02
Status Success
Total duration 15m 35s
Artifacts

master.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

2 warnings
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
build
the Behaviour module is deprecated. Instead of using this module, use the @callback and @macrocallback module attributes. See the documentation for Module for more information on these attributes