chore(deps): bump the production-dependencies group with 2 updates #301
elixir.yml
on: pull_request
ash-ci
/
MIX_ENV=test mix.compile
3m 7s
ash-ci
/
audit
3m 13s
ash-ci
/
mix igniter.upgrade
3m 6s
ash-ci
/
mix format --check-formatted
1m 14s
ash-ci
/
mix spark.formatter --check
1m 6s
ash-ci
/
mix sobelow
1m 8s
ash-ci
/
mix credo --strict
1m 13s
ash-ci
/
mix deps.unlock --check-unused
1m 5s
ash-ci
/
mix test
4m 35s
ash-ci
/
mix dialyzer
6m 23s
ash-ci
/
MIX_ENV=dev mix.compile
2m 59s
ash-ci
/
mix ash.codegen --check
Matrix: ash-ci / build-release
ash-ci
/
Deploy docs to GitHub pages.
ash-ci
/
Release
0s
Annotations
2 errors and 6 warnings
|
ash-ci / mix credo --strict
Process completed with exit code 4.
|
|
ash-ci / mix test
Process completed with exit code 1.
|
|
ash-ci / mix sobelow
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
|
|
ash-ci / mix credo --strict:
test/support/account.ex#L1
Modules should have a @moduledoc tag.
|
|
ash-ci / mix credo --strict:
test/support/balance.ex#L1
Modules should have a @moduledoc tag.
|
|
ash-ci / mix credo --strict:
test/support/balance.ex#L7
Modules should have a @moduledoc tag.
|
|
ash-ci / mix credo --strict:
test/support/domain.ex#L1
Modules should have a @moduledoc tag.
|
|
ash-ci / mix credo --strict:
test/support/transfer.ex#L1
Modules should have a @moduledoc tag.
|