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
commit 1b4208b946
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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[@]}"
}