Skip to content

fix: use {:not_atomic to trigger the non atomic version of transfer… #331

fix: use {:not_atomic to trigger the non atomic version of transfer…

fix: use {:not_atomic to trigger the non atomic version of transfer… #331

Triggered via push May 25, 2025 15:08
Status Success
Total duration 7m 7s
Artifacts

elixir.yml

on: push
ash-ci  /  MIX_ENV=test mix.compile
1m 12s
ash-ci / MIX_ENV=test mix.compile
ash-ci  /  audit
1m 21s
ash-ci / audit
ash-ci  /  mix igniter.upgrade
5s
ash-ci / mix igniter.upgrade
ash-ci  /  Report Mix Dependencies
8s
ash-ci / Report Mix Dependencies
ash-ci  /  mix spark.cheat_sheets --check
2m 20s
ash-ci / mix spark.cheat_sheets --check
ash-ci  /  mix format --check-formatted
1m 20s
ash-ci / mix format --check-formatted
ash-ci  /  mix spark.formatter --check
1m 8s
ash-ci / mix spark.formatter --check
ash-ci  /  mix sobelow
1m 9s
ash-ci / mix sobelow
ash-ci  /  mix credo --strict
1m 9s
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 46s
ash-ci / mix test
ash-ci  /  mix dialyzer
4m 48s
ash-ci / mix dialyzer
ash-ci  /  MIX_ENV=dev mix.compile
1m 8s
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.
12s
ash-ci / Deploy docs to GitHub pages.
ash-ci  /  Release
0s
ash-ci / Release
Fit to window
Zoom out
Zoom in

Annotations

1 warning
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