We now have `yaml-language-server` installable. Let's integrate it into our package.yml workflows: - [x] Mass add the language server header to the package.ymls https://github.com/getsolus/packages/pull/7195 - [ ] Find a mass lint tool that will match formatting produced by `yaml-language-server` and ybump output (ref https://github.com/getsolus/ypkg/pull/122/files ), merge the ybump PR - Joey suggests `yq -i package.yml -I 4` - [ ] Mass lint the package.ymls to fix colon spacing - [ ] Add yaml linter to CI workflows
We now have
yaml-language-serverinstallable. Let's integrate it into our package.yml workflows:yaml-language-serverand ybump output (ref https://github.com/getsolus/ypkg/pull/122/files ), merge the ybump PRyq -i package.yml -I 4