Closed dthaler closed 5 months ago
There are several check annotations in this PR. What should we do with them?
There are several check annotations in this PR. What should we do with them?
My opinion: they are just warnings in strict mode, not errors so I left them as evidence that the workflow actually works and to demonstrate how potential issues can be seen in the Files view of github. If there were things that were actually invalid YAML, the workflow would fail. So my opinion is to leave warnings after manually verifying that the YAML looks fine, and only fix things flagged as errors.
The intent is that this should run on a pull request and be required to pass before the pull request can be merged.