Skip to content
Snippets Groups Projects
Commit fa244c3d authored by David Hrbáč's avatar David Hrbáč
Browse files

Merge branch 'speed_up_ci' into 'master'

Speed up npm

See merge request !39
parents 20f1b1f5 3a52252d
No related branches found
No related tags found
No related merge requests found
...@@ -21,10 +21,10 @@ two spaces: ...@@ -21,10 +21,10 @@ two spaces:
spell check: spell check:
stage: test stage: test
image: node:latest image: davidhrbac/docker-npmcheck:latest
allow_failure: true allow_failure: true
script: 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 - 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: ext_links:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment