Skip to content

Commit a150bd7

Browse files
committed
Revert "Revert 9e63f: ". e use mise to run mdsnippets""
This reverts commit 005126b.
1 parent 3218e5e commit a150bd7

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.mise.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
[tools]
22
uv = "latest"
3+
"dotnet:MarkdownSnippets.Tool" = "latest"
34

45
[env.'_'.python]
56
venv = { path = ".venv", create = true, uv_create_args = ["--seed", "--quiet"] }
@@ -21,3 +22,5 @@ depends = ["pip-install"]
2122
[settings]
2223
# we put the python version in the .python-version file instead of here so that it's easy to override in the CI matrix
2324
idiomatic_version_file_enable_tools = ["python"]
25+
# dotnet backend is experimental
26+
experimental = true

run_mdsnippets.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
#!/bin/bash
22
set -euo pipefail
33

4-
dotnet tool install --global MarkdownSnippets.Tool
5-
mdsnippets .
4+
mise exec -- mdsnippets .

0 commit comments

Comments
 (0)