[dependencies] add pymarkdownlnt to lint markdown files
mind the package name: it is pymarkdonlnt (l-n-t)
This commit is contained in:
parent
61a414e3ac
commit
2070318ced
3 changed files with 13 additions and 3 deletions
5
justfile
5
justfile
|
|
@ -6,7 +6,7 @@ sync:
|
|||
|
||||
freshdeps: deps sync
|
||||
|
||||
lint: lint-ruff lint-django lint-woodpecker
|
||||
lint: lint-ruff lint-django lint-woodpecker lint-markdown
|
||||
|
||||
lint-ruff:
|
||||
ruff check .
|
||||
|
|
@ -18,6 +18,9 @@ lint-django:
|
|||
lint-woodpecker:
|
||||
-woodpecker-cli lint .woodpecker/workflow.yaml
|
||||
|
||||
lint-markdown:
|
||||
pymarkdown scan .
|
||||
|
||||
serve:
|
||||
python -m django runserver
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue