Skip to content
Triggered via push October 6, 2024 18:51
Status Failure
Total duration 3m 6s
Artifacts

elixir_lib.yml

on: push
mix deps.get
23s
mix deps.get
mix hex.audit
20s
mix hex.audit
MIX_ENV=test mix.compile
52s
MIX_ENV=test mix.compile
mix format --check-formatted
37s
mix format --check-formatted
mix spark.formatter --check
32s
mix spark.formatter --check
mix credo --strict
32s
mix credo --strict
mix doctor --full --raise
30s
mix doctor --full --raise
mix test
1m 24s
mix test
mix dialyzer
50s
mix dialyzer
mix git_ops.check_message
43s
mix git_ops.check_message
mix sobelow --config
30s
mix sobelow --config
mix deps.unlock --check-unused
43s
mix deps.unlock --check-unused
mix spark.cheat_sheets --check
32s
mix spark.cheat_sheets --check
mix ash_postgres.generate_migrations --check
32s
mix ash_postgres.generate_migrations --check
MIX_ENV=dev mix.compile
0s
MIX_ENV=dev mix.compile
mix docs
0s
mix docs
Deploy docs to GitHub pages.
0s
Deploy docs to GitHub pages.
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 26 warnings
mix credo --strict
Process completed with exit code 10.
mix format --check-formatted
Process completed with exit code 1.
mix git_ops.check_message
Process completed with exit code 1.
mix dialyzer
Process completed with exit code 2.
mix deps.get
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
mix hex.audit
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
MIX_ENV=test mix.compile
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
mix sobelow --config
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
mix doctor --full --raise
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
mix spark.formatter --check
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
mix ash_postgres.generate_migrations --check
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
mix credo --strict: lib/mix/tasks/ash_authentication.patch.add_strategy.ex#L241
Nested modules could be aliased at the top of the invoking module.
mix credo --strict: lib/mix/tasks/ash_authentication.patch.add_strategy.ex#L213
Nested modules could be aliased at the top of the invoking module.
mix credo --strict: lib/mix/tasks/ash_authentication.patch.add_strategy.ex#L188
Nested modules could be aliased at the top of the invoking module.
mix credo --strict: lib/mix/tasks/ash_authentication.patch.add_strategy.ex#L151
Nested modules could be aliased at the top of the invoking module.
mix credo --strict: lib/mix/tasks/ash_authentication.patch.add_strategy.ex#L135
Nested modules could be aliased at the top of the invoking module.
mix credo --strict: lib/mix/tasks/ash_authentication.patch.add_strategy.ex#L123
Nested modules could be aliased at the top of the invoking module.
mix credo --strict: lib/mix/tasks/ash_authentication.patch.add_strategy.ex#L110
Nested modules could be aliased at the top of the invoking module.
mix credo --strict: lib/mix/tasks/ash_authentication.patch.add_strategy.ex#L104
Nested modules could be aliased at the top of the invoking module.
mix credo --strict: lib/mix/tasks/ash_authentication.patch.add_strategy.ex#L98
Nested modules could be aliased at the top of the invoking module.
mix credo --strict: lib/mix/tasks/ash_authentication.patch.add_strategy.ex#L97
Nested modules could be aliased at the top of the invoking module.
mix spark.cheat_sheets --check
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
mix format --check-formatted
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
mix git_ops.check_message
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
mix deps.unlock --check-unused
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
callback_spec_type_mismatch: lib/ash_authentication/strategies/password/request_password_reset.ex#L19
The @SPEC return type does not match the expected return type for run.
apply: lib/ash_authentication/strategies/password/request_password_reset.ex#L48
Function application with args (_ :: :error) will not succeed.
mix dialyzer
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
mix test
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/