Skip to content

Merge pull request #2090 from hexlet-codebattle/minor-improvement #1208

Merge pull request #2090 from hexlet-codebattle/minor-improvement

Merge pull request #2090 from hexlet-codebattle/minor-improvement #1208

Triggered via push February 21, 2025 16:36
Status Success
Total duration 15m 18s
Artifacts

master.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

6 warnings
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
build
min..max inside match is deprecated, you must always match on the step: min..max//var or min..max//_ if you want to ignore it
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
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
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 `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/