Skip to content
Snippets Groups Projects

Spell check

Merged David Hrbáč requested to merge spell_check into master
2 files
+ 77
77
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 1
1
@@ -25,7 +25,7 @@ spell check:
allow_failure: true
script:
- npm i markdown-spellcheck -g
- mdspell '**/*.md' '!docs.it4i/module*.md' -rn --en-us
- mdspell '**/*.md' '!docs.it4i/module*.md' '!docs.it4i/anselm-cluster-documentation/software/omics-master/overview.md' '!docs.it4i/downtimes_history.md' -rns --en-us
ext_links:
stage: test
Loading