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

Update file .gitlab-ci.yml

parent c94eaafa
No related branches found
No related tags found
1 merge request!5Add spellcking
Pipeline #472932 failed
......@@ -22,7 +22,7 @@ typos:
- cargo install typos-cli
script:
# Run 'typos' to check spelling in Markdown files
- typos --format brief --exclude .git --include "*.md"
- typos --format brief --exclude .git "*.md"
rules:
- if: '$CI_PIPELINE_SOURCE == "push" || $CI_PIPELINE_SOURCE == "merge_request_event"'
allow_failure: false
\ No newline at end of file
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