Skip to content

chore: release version v1.0.15 #340

chore: release version v1.0.15

chore: release version v1.0.15 #340

Triggered via push June 4, 2025 15:12
Status Failure
Total duration 22m 6s
Artifacts

elixir.yml

on: push
ash-ci  /  MIX_ENV=test mix.compile
1m 15s
ash-ci / MIX_ENV=test mix.compile
ash-ci  /  audit
1m 23s
ash-ci / audit
ash-ci  /  mix igniter.upgrade
8s
ash-ci / mix igniter.upgrade
ash-ci  /  Report Mix Dependencies
ash-ci / Report Mix Dependencies
ash-ci  /  Community Files Check
4s
ash-ci / Community Files Check
ash-ci  /  mix spark.cheat_sheets --check
2m 24s
ash-ci / mix spark.cheat_sheets --check
ash-ci  /  mix format --check-formatted
1m 14s
ash-ci / mix format --check-formatted
ash-ci  /  mix spark.formatter --check
1m 6s
ash-ci / mix spark.formatter --check
ash-ci  /  mix sobelow
1m 8s
ash-ci / mix sobelow
ash-ci  /  mix credo --strict
2m 18s
ash-ci / mix credo --strict
ash-ci  /  mix deps.unlock --check-unused
1m 7s
ash-ci / mix deps.unlock --check-unused
ash-ci  /  mix test
5m 47s
ash-ci / mix test
ash-ci  /  mix dialyzer
4m 44s
ash-ci / mix dialyzer
ash-ci  /  MIX_ENV=dev mix.compile
1m 4s
ash-ci / MIX_ENV=dev mix.compile
ash-ci  /  mix ash.codegen --check
0s
ash-ci / mix ash.codegen --check
Matrix: ash-ci / build-release
ash-ci  /  Deploy docs to GitHub pages.
0s
ash-ci / Deploy docs to GitHub pages.
Fit to window
Zoom out
Zoom in

Annotations

1 error and 1 warning
ash-ci / Release
Process completed with exit code 1.
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