-
Notifications
You must be signed in to change notification settings - Fork 153
Expand file tree
/
Copy pathmise.toml
More file actions
22 lines (19 loc) · 809 Bytes
/
mise.toml
File metadata and controls
22 lines (19 loc) · 809 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[tools]
lychee = "0.23.0"
k3d = "5.8.2"
"go:github.com/grafana/oats" = "0.6.1"
kubectl = "1.35.3"
markdownlint-cli2 = "0.22.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
# Pick the tasks you need from flint (https://github.com/grafana/flint)
[tasks."lint:links"]
description = "Check for broken links in changed files + all local links"
file = "https://raw.githubusercontent.com/grafana/flint/d5e14011bca8fa206b4205d6def31ab8e2652c1c/tasks/lint/links.sh" # v0.20.0