-
-
Notifications
You must be signed in to change notification settings - Fork 949
Expand file tree
/
Copy pathmise.toml
More file actions
39 lines (36 loc) · 911 Bytes
/
mise.toml
File metadata and controls
39 lines (36 loc) · 911 Bytes
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
33
34
35
36
37
38
39
#:schema ./schema/mise.json
min_version = "2024.1.1"
[env]
_.path = ["./target/debug", "./node_modules/.bin"]
[tools]
"actionlint" = "latest"
age = "latest"
bun = "latest"
cargo-binstall = "latest"
communique = "latest"
"cargo:cargo-edit" = "latest"
"cargo:cargo-insta" = "latest"
"cargo:cargo-release" = "latest"
"cargo:git-cliff" = "latest"
"cargo:toml-cli" = "latest"
"cargo:usage-cli" = { version = "latest", os = ["linux", "macos"] }
gh = "latest"
hk = "latest"
jq = "latest"
fd = "latest"
lua-language-server = "latest"
stylua = "latest"
"npm:markdownlint-cli" = "latest"
"npm:prettier" = "3"
"npm:ajv-cli" = "latest"
pkl = "latest"
#"python" = { version = "latest", virtualenv = "{{env.HOME}}/.cache/venv" }
"ripgrep" = "latest"
"shellcheck" = "latest"
"shfmt" = "latest"
taplo = "latest"
wait-for-gh-rate-limit = "latest"
sops = "latest"
node = "24"
[task_config]
includes = ["tasks.toml", "xtasks"]