Skip to content

chore(deps): bump ash from 2.9.29 to 2.10.0 #757

chore(deps): bump ash from 2.9.29 to 2.10.0

chore(deps): bump ash from 2.9.29 to 2.10.0 #757

Triggered via push June 14, 2023 17:02
Status Success
Total duration 11m 15s
Artifacts
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
26s
mix deps.get
MIX_ENV=test mix.compile
3m 51s
MIX_ENV=test mix.compile
mix hex.audit
15s
mix hex.audit
mix format --check-formatted
50s
mix format --check-formatted
mix spark.formatter --check
52s
mix spark.formatter --check
mix credo --strict
1m 3s
mix credo --strict
mix doctor --full --raise
59s
mix doctor --full --raise
mix test
1m 37s
mix test
mix dialyzer
6m 26s
mix dialyzer
mix git_ops.check_message
48s
mix git_ops.check_message
MIX_ENV=dev mix.compile
0s
MIX_ENV=dev mix.compile
mix docs
0s
mix docs
mix git-ops.release
0s
mix git-ops.release
Deploy docs to GitHub pages.
0s
Deploy docs to GitHub pages.
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
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
missing `:on` in join, defaulting to `on: true`.
MIX_ENV=test mix.compile
missing `:on` in join, defaulting to `on: true`.
MIX_ENV=test mix.compile
Application.get_env/2 is discouraged in the module body, use Application.compile_env/3 instead