jj/.config
Gaëtan Lehmann 1e1decb594 dev: add mise config
The [vars] section is used to define the tool versions, and the tools
are only declared in each task in order to be able to run a task and
install only the required dependencies. This way

  mise build:docs

only install the docs dependencies, but not the rust toolchain.

The task are organized hierarchically, allowing to run all of the tasks
in a category, for example with

  mise run "check:*"

Some aliases for the most common tasks are defined in order to keep the
command line short and easy to type. For example use

  mise test squash

to run all the squash tests.

Co-authored-by: Emily <artyom@artyom.me>
2025-09-04 08:33:03 +00:00
..
mise.toml dev: add mise config 2025-09-04 08:33:03 +00:00
nextest.toml github: track slow tests in CI builds 2025-01-29 20:30:58 +00:00