Skip to content

Adds CI checks with Credo and updates Elixir version #2

Adds CI checks with Credo and updates Elixir version

Adds CI checks with Credo and updates Elixir version #2

Triggered via pull request July 26, 2025 01:58
Status Success
Total duration 2m 37s
Artifacts

test.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 warnings
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
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
test
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