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
5
.github/workflows/documentation.yml
vendored
5
.github/workflows/documentation.yml
vendored
|
@ -106,6 +106,11 @@ jobs:
|
|||
run: |
|
||||
bin/nix-build-and-cache ci
|
||||
|
||||
- name: Run lychee and markdownlint
|
||||
run: |
|
||||
direnv exec . engage just lints lychee
|
||||
direnv exec . engage just lints markdownlint
|
||||
|
||||
- name: Build documentation (book)
|
||||
run: |
|
||||
./bin/nix-build-and-cache just .#book
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue