ci: update Markdown linting command
This commit is contained in:
parent
a048fae868
commit
27a98a86a7
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@
|
|||
"*.(sa|sc|c)ss": [
|
||||
"npm run lint:css"
|
||||
],
|
||||
"*.md": [
|
||||
"*.(md|markdown|wiki)": [
|
||||
"npm run lint:md"
|
||||
],
|
||||
"*.htm(l)?": [
|
||||
|
|
Reference in a new issue