Skip to content

Fix extracting text color #980

Fix extracting text color

Fix extracting text color #980

Triggered via pull request April 4, 2025 16:29
Status Success
Total duration 58s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

ci.yml

on: pull_request
Matrix: quality
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

2 warnings
test: OTP 27 | Elixir 1.18 | Phoenix ~> 1.7 | LV ~> 1.0 | PG 16.4-alpine
negative steps are not supported in String.slice/2, pass 2..-1//1 instead
test: OTP 27 | Elixir 1.18 | Phoenix ~> 1.7 | LV ~> 1.0 | PG 16.4-alpine
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