add markdownlint and spellcheck
All checks were successful
All checks were successful
This commit is contained in:
parent
b8cac78939
commit
c60a2e9c05
@ -0,0 +1,3 @@
|
||||
Ansible
|
||||
Kaussow
|
||||
geekdocFlatSection
|
7
.markdownlint.yml
Normal file
7
.markdownlint.yml
Normal file
@ -0,0 +1,7 @@
|
||||
---
|
||||
default: True
|
||||
MD013: False
|
||||
MD041: False
|
||||
MD024: False
|
||||
MD004:
|
||||
style: dash
|
@ -13,7 +13,6 @@ steps:
|
||||
- poetry install --all-extras --no-root
|
||||
- poetry run ruff format --check --diff ./plugins
|
||||
environment:
|
||||
LC_ALL: "en_US.UTF-8"
|
||||
PY_COLORS: "1"
|
||||
|
||||
check-coding:
|
||||
|
Loading…
Reference in New Issue
Block a user