Skip to content

Update CI

Update CI #129

Triggered via pull request August 25, 2025 07:47
Status Failure
Total duration 58s
Artifacts

ci.yml

on: pull_request
Format and compile with warnings as errors
27s
Format and compile with warnings as errors
Run static code analysis
25s
Run static code analysis
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 24 warnings
Test Elixir , OTP 28.0
Process completed with exit code 127.
Run static code analysis
Process completed with exit code 1.
Format and compile with warnings as errors
Process completed with exit code 1.
Run static code analysis
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
Run static code analysis
min..min inside match is deprecated, you must always match on the step: min..min//var or min..min//_ if you want to ignore it
Run static code analysis
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
Run static code analysis
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
Run static code analysis
min..min inside match is deprecated, you must always match on the step: min..min//var or min..min//_ if you want to ignore it
Run static code analysis
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
Run static code analysis
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
Run static code analysis
_.._ inside match is deprecated, you must always match on the step: _.._//var or _.._//_ if you want to ignore it
Run static code analysis
_.._ inside match is deprecated, you must always match on the step: _.._//var or _.._//_ if you want to ignore it
Run static code analysis
~R/.../ is deprecated, use ~r/.../ instead
Format and compile with warnings as errors
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
Format and compile with warnings as errors
min..min inside match is deprecated, you must always match on the step: min..min//var or min..min//_ if you want to ignore it
Format and compile with warnings as errors
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
Format and compile with warnings as errors
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
Format and compile with warnings as errors
min..min inside match is deprecated, you must always match on the step: min..min//var or min..min//_ if you want to ignore it
Format and compile with warnings as errors
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
Format and compile with warnings as errors
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
Format and compile with warnings as errors
_.._ inside match is deprecated, you must always match on the step: _.._//var or _.._//_ if you want to ignore it
Format and compile with warnings as errors
_.._ inside match is deprecated, you must always match on the step: _.._//var or _.._//_ if you want to ignore it
Format and compile with warnings as errors
~R/.../ is deprecated, use ~r/.../ instead
Test Elixir 1.13.4, OTP 24.2
Supervisor.Spec.worker/2 is deprecated. Use the new child specifications outlined in the Supervisor module instead
Test Elixir 1.12.3, OTP 24.2
Supervisor.Spec.worker/2 is deprecated. Use the new child specifications outlined in the Supervisor module instead
Test Elixir 1.15.7, OTP 26.1
Supervisor.Spec.worker/2 is deprecated. Use the new child specifications outlined in the Supervisor module instead
Test Elixir 1.15.7, OTP 26.1
Regex.regex?/1 is deprecated. Use Kernel.is_struct(term, Regex) or pattern match on %Regex{} instead