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

Enabled spell check in CI

parent 05ffbd0b
No related branches found
No related tags found
4 merge requests!368Update prace.md to document the change from qprace to qprod as the default...,!367Update prace.md to document the change from qprace to qprod as the default...,!366Update prace.md to document the change from qprace to qprod as the default...,!323extended-acls-storage-section
Pipeline #
...@@ -19,6 +19,14 @@ two spaces: ...@@ -19,6 +19,14 @@ two spaces:
- echo "== Files having more than one space betwee two characters ==" - echo "== Files having more than one space betwee two characters =="
- find docs.it4i/ -name '*.md' -exec grep "[[:alpha:]] [[:alpha:]]" -l {} + - find docs.it4i/ -name '*.md' -exec grep "[[:alpha:]] [[:alpha:]]" -l {} +
spell check:
stage: test
image: node:latest
allow_failure: true
script:
- npm i markdown-spellcheck -g
- mdspell '**/*.md' '!docs.it4i/module*.md' -rn --en-us
ext_links: ext_links:
stage: test stage: test
image: davidhrbac/docker-mdcheck:latest image: davidhrbac/docker-mdcheck:latest
......
# markdown-spellcheck spelling configuration file
# Format - lines beginning # are comments
# global dictionary is at the start, file overrides afterwards
# one word per line, to define a file override use ' - filename'
# where filename is relative to this configuration file
Anselm
IT4I
IT4Innovations
PBS
Salomon
TurboVNC
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment