chore(deps): update dependency markdownlint-cli to v0.31.1
All checks were successful
continuous-integration/drone/pr Build is passing

This commit is contained in:
Renovator Bot 2022-02-09 06:02:37 +00:00
parent 053c9f9f69
commit d61eaa777c

View File

@ -9,7 +9,7 @@ LABEL org.opencontainers.image.documentation="https://gitea.rknet.org/docker/mar
ARG BUILD_VERSION
# renovate: datasource=npm depName=markdownlint-cli
ENV MARKDOWNLINT_VERSION="${BUILD_VERSION:-0.31.0}"
ENV MARKDOWNLINT_VERSION="${BUILD_VERSION:-0.31.1}"
ENV FORCE_COLOR=true \
NPM_CONFIG_LOGLEVEL=error