Cleanup yaml formatting (#5151)

* Add yamllint config.
* Add yamllint workflow.
* Cleanup linting issues.
* Remove unnecessary `set -x -e` from workflows.

Signed-off-by: SuperQ <superq@gmail.com>
This commit is contained in:
Ben Kochie
2022-02-02 18:11:08 +01:00
committed by GitHub
parent 911891f485
commit 7d9ad0872c
11 changed files with 146 additions and 122 deletions

View File

@@ -1,10 +1,10 @@
---
linters:
golint:
min_confidence: 0.85
fixer: true
golint:
min_confidence: 0.85
fixer: true
files:
ignore:
- 'vendor/*'
- 'pb/*'
ignore:
- 'vendor/*'
- 'pb/*'