Add Makefile and Markdown linter (#73)

* Add Makefile

* Update .gitignore to exclude venv

* Add requirements.txt for venv

* Add pymarkdown lint Github action

* Update .md from lint tool

* Update README with make commands

* Add linter config
This commit is contained in:
Adriaan Van Niekerk
2025-10-31 01:06:36 +02:00
committed by GitHub
parent bbe3bd79db
commit 0cd98c67e2
44 changed files with 524 additions and 279 deletions

13
requirements.txt Normal file
View File

@@ -0,0 +1,13 @@
mkdocs
mkdocs-gen-files
mkdocs-awesome-pages-plugin
mkdocs-material
pymdown-extensions
mkdocs-enumerate-headings-plugin
# Linting
pymarkdownlnt
# Vale dependencies
rst2html
vale