Skip to content

chore(deps): bump the production-dependencies group with 2 updates (#… #345

chore(deps): bump the production-dependencies group with 2 updates (#…

chore(deps): bump the production-dependencies group with 2 updates (#… #345

Triggered via push June 5, 2025 12:14
Status Failure
Total duration 23m 44s
Artifacts

elixir.yml

on: push
ash-ci  /  MIX_ENV=test mix.compile
3m 21s
ash-ci / MIX_ENV=test mix.compile
ash-ci  /  audit
3m 39s
ash-ci / audit
ash-ci  /  mix igniter.upgrade
4s
ash-ci / mix igniter.upgrade
ash-ci  /  Report Mix Dependencies
15s
ash-ci / Report Mix Dependencies
ash-ci  /  Community Files Check
5s
ash-ci / Community Files Check
ash-ci  /  mix spark.cheat_sheets --check
2m 7s
ash-ci / mix spark.cheat_sheets --check
ash-ci  /  mix format --check-formatted
1m 5s
ash-ci / mix format --check-formatted
ash-ci  /  mix spark.formatter --check
1m 9s
ash-ci / mix spark.formatter --check
ash-ci  /  mix sobelow
1m 7s
ash-ci / mix sobelow
ash-ci  /  mix credo --strict
2m 38s
ash-ci / mix credo --strict
ash-ci  /  mix deps.unlock --check-unused
1m 14s
ash-ci / mix deps.unlock --check-unused
ash-ci  /  mix test
5m 32s
ash-ci / mix test
ash-ci  /  mix dialyzer
6m 59s
ash-ci / mix dialyzer
ash-ci  /  MIX_ENV=dev mix.compile
3m 4s
ash-ci / MIX_ENV=dev mix.compile
ash-ci  /  mix ash.codegen --check
ash-ci / mix ash.codegen --check
Matrix: ash-ci / build-release
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 1 warning
ash-ci / Deploy docs to GitHub pages.
Timeout reached, aborting!
ash-ci / Deploy docs to GitHub pages.
Timeout reached, aborting!
ash-ci / mix sobelow
Range.new/2 and first..last default to a step of -1 when last < first. Use Range.new(first, last, -1) or first..last//-1, or pass 1 if that was your intention