Merge pull request #148 from return42/fix-yamllint

[fix] test.yamllint - fixed typo
This commit is contained in:
Markus Heiser
2021-06-15 15:07:53 +00:00
committed by GitHub

2
manage
View File

@@ -404,7 +404,7 @@ pypi.upload.test() {
}
test.yamllint() {
build_msg TEST "[pylint] \$PYLINT_FILES"
build_msg TEST "[yamllint] \$YAMLLINT_FILES"
pyenv.cmd yamllint --format parsable "${YAMLLINT_FILES[@]}"
}