Skip to content

fix: allow overriding strategy defaults #1588

fix: allow overriding strategy defaults

fix: allow overriding strategy defaults #1588

Triggered via push August 11, 2024 12:47
Status Failure
Total duration 5m 38s
Artifacts

elixir_lib.yml

on: push
mix deps.get
20s
mix deps.get
mix hex.audit
37s
mix hex.audit
MIX_ENV=test mix.compile
36s
MIX_ENV=test mix.compile
mix format --check-formatted
41s
mix format --check-formatted
mix spark.formatter --check
34s
mix spark.formatter --check
mix credo --strict
41s
mix credo --strict
mix doctor --full --raise
32s
mix doctor --full --raise
mix test
57s
mix test
mix dialyzer
4m 16s
mix dialyzer
mix git_ops.check_message
38s
mix git_ops.check_message
mix sobelow --config
47s
mix sobelow --config
mix deps.unlock --check-unused
49s
mix deps.unlock --check-unused
mix spark.cheat_sheets --check
33s
mix spark.cheat_sheets --check
mix ash_postgres.generate_migrations --check
36s
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

1 error and 19 warnings
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_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 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 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.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 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 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 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 credo --strict
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 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/
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/
pattern_match: lib/ash_authentication/add_ons/confirmation/transformer.ex#L196
The pattern can never match the type
pattern_match: lib/ash_authentication/strategies/oauth2/identity_change.ex#L47
The pattern can never match the type {:error, _}.
pattern_match: lib/ash_authentication/strategies/oauth2/transformer.ex#L99
The pattern can never match the type {:error, _}.
pattern_match: lib/ash_authentication/strategies/oauth2/transformer.ex#L142
The pattern can never match the type {:error, %{:__exception__ => true, :__struct__ => atom(), atom() => _}}.
pattern_match: lib/ash_authentication/verifier.ex#L127
The pattern can never match the type :error | {false, atom()} | {:ok, atom()}.
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/