mirror of
https://github.com/aquasecurity/linux-bench.git
synced 2025-02-22 14:15:32 +01:00
Warn on YAML newlines
To stop it compaining about a new line in goreleaser
This commit is contained in:
parent
7439ea9dab
commit
b494df8909
1 changed files with 2 additions and 0 deletions
2
.github/workflows/yaml.yml
vendored
2
.github/workflows/yaml.yml
vendored
|
@ -30,3 +30,5 @@ jobs:
|
|||
# level: warning
|
||||
trailing-spaces: disable
|
||||
line-length: disable
|
||||
new-lines:
|
||||
level: warning
|
||||
|
|
Loading…
Add table
Reference in a new issue