Warn on YAML newlines

To stop it compaining about a new line in goreleaser
This commit is contained in:
Liz Rice 2020-12-21 17:59:44 +00:00 committed by GitHub
parent 7439ea9dab
commit b494df8909
Failed to generate hash of commit

View file

@ -30,3 +30,5 @@ jobs:
# level: warning
trailing-spaces: disable
line-length: disable
new-lines:
level: warning