diff --git a/engage.toml b/engage.toml index b19b89c5..315b3c55 100644 --- a/engage.toml +++ b/engage.toml @@ -131,7 +131,7 @@ cargo clippy \ [[task]] name = "lychee" group = "lints" -script = "lychee --offline docs" +script = "lychee --verbose --offline docs *.md" [[task]] name = "cargo"