engage(lychee): check all markdown files too, enable verbose mode

Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
strawberry 2024-05-04 14:58:49 -04:00 committed by June
parent df203fa244
commit a6f4dc2b74
1 changed files with 1 additions and 1 deletions

View File

@ -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"