Skip to content

fix: allow overriding strategy defaults #1586

fix: allow overriding strategy defaults

fix: allow overriding strategy defaults #1586

Triggered via push August 11, 2024 12:34
Status Failure
Total duration 12m 6s
Artifacts

elixir_lib.yml

on: push
mix hex.audit
24s
mix hex.audit
MIX_ENV=test mix.compile
2m 35s
MIX_ENV=test mix.compile
mix format --check-formatted
34s
mix format --check-formatted
mix spark.formatter --check
48s
mix spark.formatter --check
mix credo --strict
41s
mix credo --strict
mix doctor --full --raise
42s
mix doctor --full --raise
mix test
1m 6s
mix test
mix dialyzer
4m 28s
mix dialyzer
mix git_ops.check_message
33s
mix git_ops.check_message
mix sobelow --config
34s
mix sobelow --config
mix deps.unlock --check-unused
45s
mix deps.unlock --check-unused
mix spark.cheat_sheets --check
32s
mix spark.cheat_sheets --check
mix ash_postgres.generate_migrations --check
35s
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 31 warnings
mix spark.cheat_sheets --check
Process completed with exit code 1.
mix credo --strict
Process completed with exit code 10.
mix spark.formatter --check
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
first..last inside match is deprecated, you must always match on the step: first..last//var or first..last//_ if you want to ignore it
MIX_ENV=test mix.compile
first..last inside match is deprecated, you must always match on the step: first..last//var or first..last//_ if you want to ignore it
MIX_ENV=test mix.compile
first..last inside match is deprecated, you must always match on the step: first..last//var or first..last//_ if you want to ignore it
MIX_ENV=test mix.compile
first..last inside match is deprecated, you must always match on the step: first..last//var or first..last//_ if you want to ignore it
MIX_ENV=test mix.compile
first..last inside match is deprecated, you must always match on the step: first..last//var or first..last//_ if you want to ignore it
MIX_ENV=test mix.compile
first..last inside match is deprecated, you must always match on the step: first..last//var or first..last//_ if you want to ignore it
MIX_ENV=test mix.compile
first..last inside match is deprecated, you must always match on the step: first..last//var or first..last//_ if you want to ignore it
MIX_ENV=test mix.compile
first..last inside match is deprecated, you must always match on the step: first..last//var or first..last//_ if you want to ignore it
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 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 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 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 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/ash_authentication/strategies/google/dsl.ex#L30
Nested modules could be aliased at the top of the invoking module.
mix credo --strict: lib/ash_authentication/strategies/github/dsl.ex#L29
Nested modules could be aliased at the top of the invoking module.
mix credo --strict: lib/ash_authentication/strategies/auth0/dsl.ex#L29
Nested modules could be aliased at the top of the invoking module.
mix credo --strict: lib/ash_authentication/strategies/custom.ex#L124
Function body is nested too deep (max depth is 2, was 3).
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 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 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 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 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/