Closed scottcain closed 2 days ago
Can you have a look at the failing tests? We should stay consistent about our YAML styles, which one we take I don't care much.
@bgruening is that what the problem is (yaml style)? It was unclear from the error messages I was seeing. I'll try repairing it and committing again.
@scottcain The test failure is unrelated to the yaml formatting, but it's something we can fix. I'm opening a PR that'll just autoformat yaml a single consistent way (with yarn run format
) across the codebase and then we don't ahve to worry about any inconsistency of local editors.
Note that there was some reformatting introduced by neovim. If that's annoying, I can probably undo it.