add markdownlint and run lychee in documentation CI workflow

Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
strawberry 2024-07-03 03:32:18 -04:00
parent 1a64e42cfe
commit 74791642c1
6 changed files with 27 additions and 1 deletions

View file

@ -108,6 +108,9 @@
# Needed for finding broken markdown links
lychee
# Needed for linting markdown files
markdownlint-cli
# Useful for editing the book locally
mdbook
])