Skip to content

Enhancement: Add CoreCompoments and update assets structure #294

Enhancement: Add CoreCompoments and update assets structure

Enhancement: Add CoreCompoments and update assets structure #294

Triggered via pull request August 1, 2023 03:00
Status Failure
Total duration 3m 58s
Artifacts

elixir.yml

on: pull_request
ash-ci  /  mix deps.get
17s
ash-ci / mix deps.get
ash-ci  /  MIX_ENV=test mix.compile
3m 19s
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
3m 3s
ash-ci / MIX_ENV=dev mix.compile
ash-ci  /  mix format --check-formatted
0s
ash-ci / mix format --check-formatted
ash-ci  /  mix spark.formatter --check
0s
ash-ci / mix spark.formatter --check
ash-ci  /  mix sobelow
0s
ash-ci / mix sobelow
ash-ci  /  mix credo --strict
0s
ash-ci / mix credo --strict
ash-ci  /  mix deps.unlock --check-unused
0s
ash-ci / mix deps.unlock --check-unused
ash-ci  /  mix test
0s
ash-ci / mix test
ash-ci  /  mix dialyzer
0s
ash-ci / mix dialyzer
ash-ci  /  Release
0s
ash-ci / Release
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 20 warnings
ash-ci / MIX_ENV=dev mix.compile
Process completed with exit code 1.
ash-ci / MIX_ENV=test mix.compile
Process completed with exit code 1.
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_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