Skip to content

Determine why markdownlint is failing in piplines

Recently, markdownlint build task fails for nshmp-haz pipelines.

A bunch of 'consistency' errors (all MD049 and MD050) are found that are not reported when running locally (deleting node_modules does not change local behavior)

A quickfix of setting allow_failures: true in .gitlab-ci.yml was applied in !591 (merged)