Loading .gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -214,7 +214,7 @@ fmt:proselint: - export PATH=~/.local/bin:$PATH - cd ../ - pip install --trusted-host=pypi.org --user proselint - proselint `find ./ -name "*.md"` - proselint `find ./ -name "*.md" -printf '"%p"\n'` fmt:coverity: extends: .format Loading Loading
.gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -214,7 +214,7 @@ fmt:proselint: - export PATH=~/.local/bin:$PATH - cd ../ - pip install --trusted-host=pypi.org --user proselint - proselint `find ./ -name "*.md"` - proselint `find ./ -name "*.md" -printf '"%p"\n'` fmt:coverity: extends: .format Loading