diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8afa72b3..ede152e6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,7 +1,6 @@ stages: - test - docs: stage: test image: davidhrbac/docker-mdcheck:latest @@ -23,7 +22,7 @@ other_files: - find . -type f -not -path "*.git*" ! -name "*.eb" ! -name "*.patch*" ! -name ".git*" ! -name "LICENSE" ! -name "*.md" ! -name "*.sh" -exec false {} + spell_check: -tage: test + stage: test image: davidhrbac/docker-npmcheck:latest script: - npm i markdown-spellcheck -g