Skip to content
Snippets Groups Projects

Resolve "Do not allow failure for markdown syntax"

Merged Jon Azpiazu requested to merge 15-do-not-allow-failure-for-markdown-syntax into master
2 files
+ 0
2
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -111,7 +111,6 @@ bash_syntax:
markdown_syntax:
stage: postcheck
script: docker run -v ${PWD}:/ac cytopia/awesome-ci syntax-markdown --path=/ac --extension=md --ignore=.ci_config --custom="-r ~MD013"
allow_failure: yes
when: always
tags:
- docker
Loading