Loading .gitlab-ci.yml +2 −0 Original line number Diff line number Diff line Loading @@ -63,6 +63,7 @@ mdlint: - job: find-files artifacts: true script: - echo en_US.UTF-8 UTF-8 > /etc/locale.gen - apt update && apt install -yy markdownlint locales - | echo "working on files: $(cat changed-files.txt)" Loading @@ -83,6 +84,7 @@ mdlintall: - job: find-files artifacts: true script: - echo en_US.UTF-8 UTF-8 > /etc/locale.gen - apt update && apt install -yy markdownlint locales - echo 'this is important to get the return value of mdl, not grep' - set -o pipefail Loading Loading
.gitlab-ci.yml +2 −0 Original line number Diff line number Diff line Loading @@ -63,6 +63,7 @@ mdlint: - job: find-files artifacts: true script: - echo en_US.UTF-8 UTF-8 > /etc/locale.gen - apt update && apt install -yy markdownlint locales - | echo "working on files: $(cat changed-files.txt)" Loading @@ -83,6 +84,7 @@ mdlintall: - job: find-files artifacts: true script: - echo en_US.UTF-8 UTF-8 > /etc/locale.gen - apt update && apt install -yy markdownlint locales - echo 'this is important to get the return value of mdl, not grep' - set -o pipefail Loading