Skip to content

Update ci.yml

Update ci.yml #169

Triggered via push June 26, 2024 05:49
Status Failure
Total duration 45s
Artifacts

ci.yml

on: push
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

1 error and 11 warnings
Test on OTP 27.0 / Elixir 1.17.1
Process completed with exit code 1.
Test on OTP 27.0 / Elixir 1.17.1
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Test on OTP 27.0 / Elixir 1.17.1
0..@branch_factor - 1 inside guards requires an explicit step, please write 0..@branch_factor - 1//1 or 0..@branch_factor - 1//-1 instead
Test on OTP 27.0 / Elixir 1.17.1
start..stop inside match is deprecated, you must always match on the step: start..stop//var or start..stop//_ if you want to ignore it
Test on OTP 27.0 / Elixir 1.17.1
first..last inside match is deprecated, you must always match on the step: first..last//var or first..last//_ if you want to ignore it
Test on OTP 27.0 / Elixir 1.17.1: lib/2019/day_02.ex#L13
99..0 has a default step of -1, please write 99..0//-1 instead
Test on OTP 27.0 / Elixir 1.17.1: lib/2020/day_16.ex#L57
a..b inside match is deprecated, you must always match on the step: a..b//var or a..b//_ if you want to ignore it
Test on OTP 27.0 / Elixir 1.17.1: lib/2020/day_16.ex#L57
x..y inside match is deprecated, you must always match on the step: x..y//var or x..y//_ if you want to ignore it
Test on OTP 27.0 / Elixir 1.17.1: lib/2023/day_22.ex#L39
z1.._ inside match is deprecated, you must always match on the step: z1.._//var or z1.._//_ if you want to ignore it
Test on OTP 27.0 / Elixir 1.17.1: lib/2023/day_19.ex#L77
l.._ inside match is deprecated, you must always match on the step: l.._//var or l.._//_ if you want to ignore it
Test on OTP 27.0 / Elixir 1.17.1: lib/2023/day_22.ex#L44
1.._ inside match is deprecated, you must always match on the step: 1.._//var or 1.._//_ if you want to ignore it
Test on OTP 27.0 / Elixir 1.17.1: lib/2023/day_19.ex#L78
_..u inside match is deprecated, you must always match on the step: _..u//var or _..u//_ if you want to ignore it