engage(lychee): check all markdown files too, enable verbose mode
Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
parent
df203fa244
commit
a6f4dc2b74
|
@ -131,7 +131,7 @@ cargo clippy \
|
||||||
[[task]]
|
[[task]]
|
||||||
name = "lychee"
|
name = "lychee"
|
||||||
group = "lints"
|
group = "lints"
|
||||||
script = "lychee --offline docs"
|
script = "lychee --verbose --offline docs *.md"
|
||||||
|
|
||||||
[[task]]
|
[[task]]
|
||||||
name = "cargo"
|
name = "cargo"
|
||||||
|
|
Loading…
Reference in New Issue