Skip to content
Snippets Groups Projects
Commit c929e41b authored by Matthias Bernt's avatar Matthias Bernt
Browse files

fix

parent 4ea44613
No related branches found
No related tags found
1 merge request!5Add spellcking
Pipeline #473049 passed
stages:
- spellcheck
- lint
aspell:
stage: spellcheck
......@@ -31,21 +30,3 @@ aspell:
rules:
- if: '$CI_PIPELINE_SOURCE == "push" || $CI_PIPELINE_SOURCE == "merge_request_event"'
allow_failure: false
prose-lint:
stage: lint
image: golang:latest
before_script:
# Install Vale
- curl -fsSL https://github.com/errata-ai/vale/archive/refs/tags/v3.9.1.tar.gz | tar xvz
- ls
- mv vale /usr/local/bin/vale
# Verify installation
- vale --version
script:
# Run Vale on all Markdown files in the repository
- vale --output=CLI --glob='*.md' .
rules:
- if: '$CI_PIPELINE_SOURCE == "push" || $CI_PIPELINE_SOURCE == "merge_request_event"'
allow_failure: false
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