script: yaml formatting (#261)
This commit is contained in:
committed by
GitHub
parent
f1f7d93959
commit
96c4d85995
@@ -16,3 +16,6 @@ goimports -w -local "${repo}" ${files}
|
||||
|
||||
# gofumpt for stricter gofmt-compatible format.
|
||||
gofumpt -w ${files}
|
||||
|
||||
# yaml formatting.
|
||||
find . -name '*.yml' | xargs yamlfmt -w
|
||||
|
||||
Reference in New Issue
Block a user