Skip to content
Snippets Groups Projects

Speed up npm

Merged David Hrbáč requested to merge speed_up_ci into master
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
+ 2
2
@@ -21,10 +21,10 @@ two spaces:
spell check:
stage: test
image: node:latest
image: davidhrbac/docker-npmcheck:latest
allow_failure: true
script:
- npm i markdown-spellcheck -g
#- npm i markdown-spellcheck -g
- 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:
Loading