We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70b2eb2 commit 6710c5aCopy full SHA for 6710c5a
2 files changed
.moon/workspace.yml
@@ -5,7 +5,7 @@ projects:
5
6
vcs:
7
client: "git"
8
- defaultBranch: "main"
+ defaultBranch: main
9
10
pipeline:
11
cacheLifetime: "7 days"
mise.toml
@@ -20,7 +20,7 @@ run = "moon run vocab:codegen"
20
21
# Code quality
22
[tasks.check]
23
-run = "moon run root:check"
+run = "MOON_LOG=trace moon run root:check"
24
25
[tasks.cli]
26
run = "moon run root:cli"
0 commit comments