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 37e306a commit 64dd745Copy full SHA for 64dd745
mise.toml
@@ -5,7 +5,7 @@ lychee = "0.18.1"
5
run = 'lychee --verbose --scheme file --include-fragments {{arg(name="files", default=".")}}'
6
7
[tasks.lint-links]
8
-run = 'lychee --verbose --config .github/config/lychee.toml {{arg(name="files", default=".")}}'
+run = 'lychee --verbose --config .github/config/lychee.toml {{arg(name="files", var=true, default=".")}}'
9
10
[settings]
11
# Only install tools explicitly defined in the [tools] section above
0 commit comments