Skip to content

Update Elixir CI workflow #42

Update Elixir CI workflow

Update Elixir CI workflow #42

Re-run triggered September 10, 2024 13:26
Status Success
Total duration 47s
Artifacts

elixir.yml

on: pull_request
Build and test
38s
Build and test
Fit to window
Zoom out
Zoom in

Annotations

6 warnings
Build and test: lib/koans/03_numbers.ex#L113
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
Build and test: lib/koans/03_numbers.ex#L113
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
Build and test: test/test_helper.exs#L9
using map.field notation (without parentheses) to invoke function Tasks.all_koans() is deprecated, you must add parentheses instead: remote.function()
Build and test
using map.field notation (without parentheses) to invoke function SampleKoan.intro() is deprecated, you must add parentheses instead: remote.function()
Build and test
using map.field notation (without parentheses) to invoke function SampleKoan.all_koans() is deprecated, you must add parentheses instead: remote.function()
Build and test
using map.field notation (without parentheses) to invoke function PassingKoan.all_koans() is deprecated, you must add parentheses instead: remote.function()