mix check.update (AlCheck v0.1.19)
View SourceUpdates the al_check dependency and reinstalls the check escript.
Usage
mix check.updateRuns the commands defined in "update" in .check.json, or defaults to:
mix deps.update al_check
mix check.installConfiguration
Customize the update steps in .check.json:
"update": [
"mix deps.update al_check",
"mix check.install",
"asdf reshim"
]Add the appropriate reshim command for your version manager:
- asdf:
"asdf reshim" - mise:
"mise reshim" - rtx:
"rtx reshim" - nix: no reshim needed
Summary
Functions
Callback implementation for Mix.Task.run/1.
Functions
@spec run([String.t()]) :: :ok
Callback implementation for Mix.Task.run/1.