Add markdown linter to format check
This commit is contained in:
1
.github/workflows/formatting_check.yml
vendored
1
.github/workflows/formatting_check.yml
vendored
@@ -7,5 +7,6 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: paolorechia/pox@v1.0.1
|
||||
- uses: actionshub/markdownlint@main
|
||||
with:
|
||||
tox_env: "format_check"
|
||||
3
.markdown_style.rb
Normal file
3
.markdown_style.rb
Normal file
@@ -0,0 +1,3 @@
|
||||
all
|
||||
exclude_tag :line_length
|
||||
rule 'MD007', :indent => 4
|
||||
Reference in New Issue
Block a user