mirror of https://github.com/jdx/mise
32 lines
777 B
TOML
32 lines
777 B
TOML
#:schema ./schema/mise.json
|
|
min_version = "2024.1.1"
|
|
|
|
[env]
|
|
_.path = ["./target/debug", "./node_modules/.bin"]
|
|
|
|
[tools]
|
|
"actionlint" = "latest"
|
|
bun = "latest"
|
|
cargo-binstall = "latest"
|
|
"cargo:cargo-edit" = "latest"
|
|
"cargo:cargo-insta" = "latest"
|
|
"cargo:git-cliff" = "latest"
|
|
"cargo:toml-cli" = "latest"
|
|
"cargo:usage-cli" = { version = "latest", os = ["linux", "macos"] }
|
|
cosign = "latest"
|
|
"jq" = "latest"
|
|
"npm:markdownlint-cli" = "latest"
|
|
"npm:prettier" = "3"
|
|
"pipx:toml-sort" = "latest"
|
|
pre-commit = "latest"
|
|
#"python" = { version = "latest", virtualenv = "{{env.HOME}}/.cache/venv" }
|
|
"ripgrep" = "latest"
|
|
"shellcheck" = "latest"
|
|
"shfmt" = "latest"
|
|
slsa-verifier = "latest"
|
|
taplo = "latest"
|
|
wait-for-gh-rate-limit = "latest"
|
|
|
|
[task_config]
|
|
includes = ["tasks.toml", "xtasks"]
|