ci: skip development.md file when running lychee

This commit is contained in:
morguldir 2024-06-27 18:36:35 +02:00 committed by June 🍓🦴
parent 563618cc9e
commit 5d138a7e5e

View file

@ -136,7 +136,7 @@ cargo clippy \
[[task]]
name = "lychee"
group = "lints"
script = "lychee --verbose --offline docs *.md"
script = "lychee --verbose --offline docs *.md --exclude development.md"
[[task]]
name = "cargo/all"