Skip to content

Commit 6710c5a

Browse files
committed
TMP
1 parent 70b2eb2 commit 6710c5a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.moon/workspace.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ projects:
55

66
vcs:
77
client: "git"
8-
defaultBranch: "main"
8+
defaultBranch: main
99

1010
pipeline:
1111
cacheLifetime: "7 days"

mise.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ run = "moon run vocab:codegen"
2020

2121
# Code quality
2222
[tasks.check]
23-
run = "moon run root:check"
23+
run = "MOON_LOG=trace moon run root:check"
2424

2525
[tasks.cli]
2626
run = "moon run root:cli"

0 commit comments

Comments
 (0)