mirror of
https://github.com/MarginaliaSearch/MarginaliaSearch.git
synced 2025-02-23 21:18:58 +00:00
11 lines
261 B
Markdown
11 lines
261 B
Markdown
![]() |
# lint-md
|
||
|
|
||
|
This is a tool for linting the readme.md files in this project.
|
||
|
It will tell you when links are dead, or when readme.md files are missing.
|
||
|
|
||
|
It expects to be run from this directory
|
||
|
|
||
|
```shell
|
||
|
$ pip install -f requirements.txt
|
||
|
$ python3 lint-md.py
|
||
|
```
|