-
Notifications
You must be signed in to change notification settings - Fork 329
/
mise.toml
32 lines (29 loc) · 839 Bytes
/
mise.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
#:schema ./schema/mise.json
min_version = "2024.1.1"
[env]
_.path = ["./target/debug", "./node_modules/.bin"]
[tools]
"actionlint" = "latest"
bun = "1.1.38"
cargo-binstall = "1.10.15"
"cargo:cargo-edit" = "latest"
"cargo:cargo-insta" = "latest"
"cargo:cargo-show" = { version = "latest", os = ["linux", "macos"] }
"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" = "0.10"
"shfmt" = "3"
slsa-verifier = "latest"
taplo = "latest"
wait-for-gh-rate-limit = "0.1.8"
[task_config]
includes = ["tasks.toml", "xtasks"]