chore(deps-dev): bump ash_postgres from 1.3.50 to 1.3.51 #940
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
elixir_lib.yml
on: push
mix deps.get
18s
mix format --check-formatted
1m 8s
mix spark.formatter --check
1m 3s
mix credo --strict
1m 13s
mix doctor --full --raise
59s
mix test
1m 34s
mix dialyzer
7m 40s
mix sobelow --config
54s
mix deps.unlock --check-unused
54s
mix git_ops.check_message
1m 13s
mix git-ops.release
0s
Deploy docs to GitHub pages.
0s
Annotations
1 error and 8 warnings
mix test
Process completed with exit code 1.
|
MIX_ENV=test mix.compile
atom ::: must be written between quotes, as in :"::", to avoid ambiguity
|
MIX_ENV=test mix.compile
atom ::: must be written between quotes, as in :"::", to avoid ambiguity
|
MIX_ENV=test mix.compile
<|> is deprecated. Use another pipe-like operator
|
MIX_ENV=test mix.compile
<|> is deprecated. Use another pipe-like operator
|
MIX_ENV=test mix.compile
<|> is deprecated. Use another pipe-like operator
|
MIX_ENV=test mix.compile
<|> is deprecated. Use another pipe-like operator
|
MIX_ENV=test mix.compile
<|> is deprecated. Use another pipe-like operator
|
MIX_ENV=test mix.compile
Application.get_env/2 is discouraged in the module body, use Application.compile_env/3 instead
|