mix check.update (AlCheck v0.1.22)

View Source

Updates the al_check dependency and reinstalls the check escript.

Usage

mix check.update

Runs the commands defined in "update" in .check.json, or defaults to:

mix deps.update al_check
mix check.install

Configuration

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

run(args)

@spec run([String.t()]) :: :ok

Callback implementation for Mix.Task.run/1.