-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmise.toml
31 lines (28 loc) · 777 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
#: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"]