Only spell check files which are markdown
This commit is contained in:
parent
b521cc7b13
commit
0b2a8aff7d
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -46,7 +46,7 @@ test:
|
|||
$(NODE_BIN)/eslint $(STATIC_SRC)/js
|
||||
$(NODE_BIN)/yamllint data/*.yml
|
||||
$(NODE_BIN)/yamllint config.yml
|
||||
$(NODE_BIN)/mdspell --en-gb -ranx 'content/**/*.*'
|
||||
$(NODE_BIN)/mdspell --en-gb -ranx 'content/**/*.md'
|
||||
|
||||
|
||||
.PHONY: build clean install test
|
||||
|
|
Loading…
Reference in a new issue