Skip to content

Commit

Permalink
refs #167: add support to link check
Browse files Browse the repository at this point in the history
Using [markdown-link-validator](https://github.com/jenkin/markdown-link-validator/tree/feature/sparkfabrik-enhancements) from github repo.

Build the docker image and run validation with `make check`.
  • Loading branch information
jenkin committed Jun 26, 2023
1 parent c1c9d19 commit 4129c4d
Show file tree
Hide file tree
Showing 3 changed files with 396 additions and 5 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ cli:
logs:
docker-compose logs -f

check:
docker-compose run --rm documentation npm run check

# Sparkkit based themes specific commands.
theme-watch:
chmod +x bin/npm
Expand Down
Loading

0 comments on commit 4129c4d

Please sign in to comment.