google / yamlfmt

An extensible command line tool or library to format yaml files.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GitHub Actions for PR checks

braydonk opened this issue · comments

PRs should pass all available tests* along with the already existing CLA check. Some other things should be checked as well, such as go mod tidy, goimports, and go vet (there's a good chance some go vet checks are failing right now).

  • As of creating this issue there are very few tests but more will be added soon

Thank you @inductor for the PR! I may expand on what was added in the future but I think it's a good enough start that I'll close this issue.