Skip to content

fix: use schema when changing reference deferrability (#519) #2482

fix: use schema when changing reference deferrability (#519)

fix: use schema when changing reference deferrability (#519) #2482

Triggered via push March 28, 2025 13:40
Status Success
Total duration 13m 41s
Artifacts

elixir.yml

on: push
Matrix: ash-ci
Fit to window
Zoom out
Zoom in

Annotations

3 warnings
ash-ci (16) / mix sobelow
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
ash-ci (15) / mix sobelow
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
ash-ci (14) / mix sobelow
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