add markdownlint and run lychee in documentation CI workflow
Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
parent
1a64e42cfe
commit
74791642c1
6 changed files with 27 additions and 1 deletions
10
engage.toml
10
engage.toml
|
@ -55,6 +55,11 @@ name = "lychee"
|
|||
group = "versions"
|
||||
script = "lychee --version"
|
||||
|
||||
[[task]]
|
||||
name = "markdownlint"
|
||||
group = "versions"
|
||||
script = "markdownlint --version"
|
||||
|
||||
[[task]]
|
||||
name = "cargo-audit"
|
||||
group = "security"
|
||||
|
@ -138,6 +143,11 @@ name = "lychee"
|
|||
group = "lints"
|
||||
script = "lychee --verbose --offline docs *.md --exclude development.md"
|
||||
|
||||
[[task]]
|
||||
name = "markdownlint"
|
||||
group = "lints"
|
||||
script = "markdownlint docs *.md"
|
||||
|
||||
[[task]]
|
||||
name = "cargo/all"
|
||||
group = "tests"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue