Skip to content

Imp: Add CoreCompoment and update assets structure (#57) #298

Imp: Add CoreCompoment and update assets structure (#57)

Imp: Add CoreCompoment and update assets structure (#57) #298

Triggered via push August 1, 2023 13:16
Status Success
Total duration 11m 30s
Artifacts

elixir.yml

on: push
ash-ci  /  mix deps.get
18s
ash-ci / mix deps.get
ash-ci  /  MIX_ENV=test mix.compile
4m 10s
ash-ci / MIX_ENV=test mix.compile
ash-ci  /  mix hex.audit
24s
ash-ci / mix hex.audit
ash-ci  /  MIX_ENV=dev mix.compile
4m 15s
ash-ci / MIX_ENV=dev mix.compile
ash-ci  /  mix format --check-formatted
51s
ash-ci / mix format --check-formatted
ash-ci  /  mix spark.formatter --check
45s
ash-ci / mix spark.formatter --check
ash-ci  /  mix sobelow
37s
ash-ci / mix sobelow
ash-ci  /  mix credo --strict
56s
ash-ci / mix credo --strict
ash-ci  /  mix deps.unlock --check-unused
39s
ash-ci / mix deps.unlock --check-unused
ash-ci  /  mix test
1m 32s
ash-ci / mix test
ash-ci  /  mix dialyzer
6m 34s
ash-ci / mix dialyzer
ash-ci  /  Release
0s
ash-ci / Release
Fit to window
Zoom out
Zoom in

Annotations

90 warnings
ash-ci / MIX_ENV=test mix.compile
Application.get_env/3 is discouraged in the module body, use Application.compile_env/3 instead
ash-ci / MIX_ENV=test mix.compile
atom ::: must be written between quotes, as in :"::", to avoid ambiguity
ash-ci / MIX_ENV=test mix.compile
atom ::: must be written between quotes, as in :"::", to avoid ambiguity
ash-ci / MIX_ENV=test mix.compile
<|> is deprecated. Use another pipe-like operator
ash-ci / MIX_ENV=test mix.compile
<|> is deprecated. Use another pipe-like operator
ash-ci / MIX_ENV=test mix.compile
<|> is deprecated. Use another pipe-like operator
ash-ci / MIX_ENV=test mix.compile
<|> is deprecated. Use another pipe-like operator
ash-ci / MIX_ENV=test mix.compile
<|> is deprecated. Use another pipe-like operator
ash-ci / MIX_ENV=test mix.compile
use Bitwise is deprecated. import Bitwise instead
ash-ci / MIX_ENV=test mix.compile
Regex.regex?/1 is deprecated. Use Kernel.is_struct(term, Regex) or pattern match on %Regex{} instead
ash-ci / MIX_ENV=dev mix.compile
Application.get_env/3 is discouraged in the module body, use Application.compile_env/3 instead
ash-ci / MIX_ENV=dev mix.compile
atom ::: must be written between quotes, as in :"::", to avoid ambiguity
ash-ci / MIX_ENV=dev mix.compile
atom ::: must be written between quotes, as in :"::", to avoid ambiguity
ash-ci / MIX_ENV=dev mix.compile
<|> is deprecated. Use another pipe-like operator
ash-ci / MIX_ENV=dev mix.compile
<|> is deprecated. Use another pipe-like operator
ash-ci / MIX_ENV=dev mix.compile
<|> is deprecated. Use another pipe-like operator
ash-ci / MIX_ENV=dev mix.compile
<|> is deprecated. Use another pipe-like operator
ash-ci / MIX_ENV=dev mix.compile
<|> is deprecated. Use another pipe-like operator
ash-ci / MIX_ENV=dev mix.compile
use Bitwise is deprecated. import Bitwise instead
ash-ci / MIX_ENV=dev mix.compile
Regex.regex?/1 is deprecated. Use Kernel.is_struct(term, Regex) or pattern match on %Regex{} instead
ash-ci / mix sobelow
Application.get_env/3 is discouraged in the module body, use Application.compile_env/3 instead
ash-ci / mix sobelow
Macro.to_string/2 is deprecated. Use Macro.to_string/1 instead
ash-ci / mix sobelow
Macro.to_string/2 is deprecated. Use Macro.to_string/1 instead
ash-ci / mix sobelow
atom ::: must be written between quotes, as in :"::", to avoid ambiguity
ash-ci / mix sobelow
atom ::: must be written between quotes, as in :"::", to avoid ambiguity
ash-ci / mix sobelow
<|> is deprecated. Use another pipe-like operator
ash-ci / mix sobelow
<|> is deprecated. Use another pipe-like operator
ash-ci / mix sobelow
<|> is deprecated. Use another pipe-like operator
ash-ci / mix sobelow
<|> is deprecated. Use another pipe-like operator
ash-ci / mix sobelow
<|> is deprecated. Use another pipe-like operator
ash-ci / mix deps.unlock --check-unused
Application.get_env/3 is discouraged in the module body, use Application.compile_env/3 instead
ash-ci / mix deps.unlock --check-unused
Macro.to_string/2 is deprecated. Use Macro.to_string/1 instead
ash-ci / mix deps.unlock --check-unused
Macro.to_string/2 is deprecated. Use Macro.to_string/1 instead
ash-ci / mix deps.unlock --check-unused
atom ::: must be written between quotes, as in :"::", to avoid ambiguity
ash-ci / mix deps.unlock --check-unused
atom ::: must be written between quotes, as in :"::", to avoid ambiguity
ash-ci / mix deps.unlock --check-unused
<|> is deprecated. Use another pipe-like operator
ash-ci / mix deps.unlock --check-unused
<|> is deprecated. Use another pipe-like operator
ash-ci / mix deps.unlock --check-unused
<|> is deprecated. Use another pipe-like operator
ash-ci / mix deps.unlock --check-unused
<|> is deprecated. Use another pipe-like operator
ash-ci / mix deps.unlock --check-unused
<|> is deprecated. Use another pipe-like operator
ash-ci / mix spark.formatter --check
Application.get_env/3 is discouraged in the module body, use Application.compile_env/3 instead
ash-ci / mix spark.formatter --check
Macro.to_string/2 is deprecated. Use Macro.to_string/1 instead
ash-ci / mix spark.formatter --check
Macro.to_string/2 is deprecated. Use Macro.to_string/1 instead
ash-ci / mix spark.formatter --check
atom ::: must be written between quotes, as in :"::", to avoid ambiguity
ash-ci / mix spark.formatter --check
atom ::: must be written between quotes, as in :"::", to avoid ambiguity
ash-ci / mix spark.formatter --check
<|> is deprecated. Use another pipe-like operator
ash-ci / mix spark.formatter --check
<|> is deprecated. Use another pipe-like operator
ash-ci / mix spark.formatter --check
<|> is deprecated. Use another pipe-like operator
ash-ci / mix spark.formatter --check
<|> is deprecated. Use another pipe-like operator
ash-ci / mix spark.formatter --check
<|> is deprecated. Use another pipe-like operator
ash-ci / mix format --check-formatted
Application.get_env/3 is discouraged in the module body, use Application.compile_env/3 instead
ash-ci / mix format --check-formatted
Macro.to_string/2 is deprecated. Use Macro.to_string/1 instead
ash-ci / mix format --check-formatted
Macro.to_string/2 is deprecated. Use Macro.to_string/1 instead
ash-ci / mix format --check-formatted
atom ::: must be written between quotes, as in :"::", to avoid ambiguity
ash-ci / mix format --check-formatted
atom ::: must be written between quotes, as in :"::", to avoid ambiguity
ash-ci / mix format --check-formatted
<|> is deprecated. Use another pipe-like operator
ash-ci / mix format --check-formatted
<|> is deprecated. Use another pipe-like operator
ash-ci / mix format --check-formatted
<|> is deprecated. Use another pipe-like operator
ash-ci / mix format --check-formatted
<|> is deprecated. Use another pipe-like operator
ash-ci / mix format --check-formatted
<|> is deprecated. Use another pipe-like operator
ash-ci / mix credo --strict
Application.get_env/3 is discouraged in the module body, use Application.compile_env/3 instead
ash-ci / mix credo --strict
Macro.to_string/2 is deprecated. Use Macro.to_string/1 instead
ash-ci / mix credo --strict
Macro.to_string/2 is deprecated. Use Macro.to_string/1 instead
ash-ci / mix credo --strict
atom ::: must be written between quotes, as in :"::", to avoid ambiguity
ash-ci / mix credo --strict
atom ::: must be written between quotes, as in :"::", to avoid ambiguity
ash-ci / mix credo --strict
<|> is deprecated. Use another pipe-like operator
ash-ci / mix credo --strict
<|> is deprecated. Use another pipe-like operator
ash-ci / mix credo --strict
<|> is deprecated. Use another pipe-like operator
ash-ci / mix credo --strict
<|> is deprecated. Use another pipe-like operator
ash-ci / mix credo --strict
<|> is deprecated. Use another pipe-like operator
ash-ci / mix test
Application.get_env/3 is discouraged in the module body, use Application.compile_env/3 instead
ash-ci / mix test
Macro.to_string/2 is deprecated. Use Macro.to_string/1 instead
ash-ci / mix test
Macro.to_string/2 is deprecated. Use Macro.to_string/1 instead
ash-ci / mix test
atom ::: must be written between quotes, as in :"::", to avoid ambiguity
ash-ci / mix test
atom ::: must be written between quotes, as in :"::", to avoid ambiguity
ash-ci / mix test
<|> is deprecated. Use another pipe-like operator
ash-ci / mix test
<|> is deprecated. Use another pipe-like operator
ash-ci / mix test
<|> is deprecated. Use another pipe-like operator
ash-ci / mix test
<|> is deprecated. Use another pipe-like operator
ash-ci / mix test
<|> is deprecated. Use another pipe-like operator
ash-ci / mix dialyzer
Application.get_env/3 is discouraged in the module body, use Application.compile_env/3 instead
ash-ci / mix dialyzer
Macro.to_string/2 is deprecated. Use Macro.to_string/1 instead
ash-ci / mix dialyzer
Macro.to_string/2 is deprecated. Use Macro.to_string/1 instead
ash-ci / mix dialyzer
atom ::: must be written between quotes, as in :"::", to avoid ambiguity
ash-ci / mix dialyzer
atom ::: must be written between quotes, as in :"::", to avoid ambiguity
ash-ci / mix dialyzer
<|> is deprecated. Use another pipe-like operator
ash-ci / mix dialyzer
<|> is deprecated. Use another pipe-like operator
ash-ci / mix dialyzer
<|> is deprecated. Use another pipe-like operator
ash-ci / mix dialyzer
<|> is deprecated. Use another pipe-like operator
ash-ci / mix dialyzer
<|> is deprecated. Use another pipe-like operator