File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -53,13 +53,12 @@ RUN --mount=type=cache,target=/tmp/hugo_cache \
5353 hugo --gc --minify -e $HUGO_ENV -b $DOCS_URL
5454
5555# lint lints markdown files
56- FROM davidanson/markdownlint-cli2:v0.14.0 AS lint
57- USER root
56+ FROM ghcr.io/igorshubovych/markdownlint-cli:v0.45.0 AS lint
5857RUN --mount=type=bind,target=. \
59- /usr/local/bin/ markdownlint-cli2 \
58+ markdownlint \
6059 "content/**/*.md" \
61- "# content/manuals/engine/release-notes/*.md" \
62- "# content/manuals/desktop/previous-versions/*.md"
60+ --ignore " content/manuals/engine/release-notes/*.md" \
61+ --ignore " content/manuals/desktop/previous-versions/*.md"
6362
6463# test validates HTML output and checks for broken links
6564FROM wjdp/htmltest:v${HTMLTEST_VERSION} AS test
You can’t perform that action at this time.
0 commit comments