-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathmise.toml
More file actions
36 lines (27 loc) · 839 Bytes
/
mise.toml
File metadata and controls
36 lines (27 loc) · 839 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
min_version = { hard = "2026.3.2" }
[task_config]
includes = [".bootstrap/.mise/tasks", ".mise/tasks"]
[env]
CIRCLECI_ORB_PATH = "orbs/shared"
CIRCLECI_ORB_NAME = "getoutreach/shared"
## <<Stencil::Block(customMiseEnvironment)>>
## <</Stencil::Block>>
[hooks]
enter = ["$MISE_PROJECT_ROOT/scripts/devbase.sh"]
## <<Stencil::Block(customMiseHooks)>>
## <</Stencil::Block>>
[tools]
"npm:prettier" = "2"
circleci = "0.1.34950"
## <<Stencil::Block(customMiseTools)>>
bats = "latest"
## <</Stencil::Block>>
## <<Stencil::Block(extraMise)>>
[tasks."stencil:post:mise"]
description = "Upgrades the devbase tool config + lockfile"
run = [
"./shell/mise.sh upgrade --env devbase --before 7d",
"MISE_OVERRIDE_TOOL_VERSIONS_FILENAMES=.tool-versions ./shell/mise.sh lock",
"./shell/mise.sh lock --env devbase",
]
## <</Stencil::Block>>