forked from open-telemetry/opentelemetry-java-examples
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmise.toml
More file actions
26 lines (21 loc) · 1008 Bytes
/
mise.toml
File metadata and controls
26 lines (21 loc) · 1008 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
[tools]
lychee = "0.22.0"
k3d = "5.8.2"
"go:github.com/grafana/oats" = "0.6.0"
kubectl = "1.34.3"
markdownlint-cli2 = "0.20.0"
[settings]
# Only install tools explicitly defined in the [tools] section above
idiomatic_version_file_enable_tools = []
# Windows configuration for file-based tasks
# Based on: https://github.com/jdx/mise/discussions/4461
windows_executable_extensions = ["sh"]
windows_default_file_shell_args = "bash"
unix_default_file_shell_args = "bash"
use_file_shell_for_executable_tasks = true
[tasks."lint:links"]
file = "https://raw.githubusercontent.com/open-telemetry/opentelemetry-java-contrib/refs/heads/main/.mise/tasks/lint/links.sh"
[tasks."lint:local-links"]
file = "https://raw.githubusercontent.com/open-telemetry/opentelemetry-java-contrib/refs/heads/main/.mise/tasks/lint/local-links.sh"
[tasks."lint:links-in-modified-files"]
file = "https://raw.githubusercontent.com/open-telemetry/opentelemetry-java-contrib/refs/heads/main/.mise/tasks/lint/links-in-modified-files.sh"