ci: update Markdown linting command

This commit is contained in:
Ben Goldsworthy 2021-04-29 18:39:20 +01:00
parent a048fae868
commit 27a98a86a7

View file

@ -36,7 +36,7 @@
"*.(sa|sc|c)ss": [ "*.(sa|sc|c)ss": [
"npm run lint:css" "npm run lint:css"
], ],
"*.md": [ "*.(md|markdown|wiki)": [
"npm run lint:md" "npm run lint:md"
], ],
"*.htm(l)?": [ "*.htm(l)?": [