-
Notifications
You must be signed in to change notification settings - Fork 72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Validate YAML files #38
Comments
If we validate all yaml files, we should also validate all json files. |
@ycombinator I think its part of the validation that you are currently enforcing? |
Yes, this will ultimately be handled by the validation provided by the package-spec. |
Going to move the issue in that repository. |
Let me try to handle this. |
rw-access
pushed a commit
to rw-access/package-spec
that referenced
this issue
Mar 23, 2021
I assume this binary should never be checked in.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
All available yaml files in the packages should be validated for valid yaml to make sure packages only contain valid yaml.
An example where this would have been useful can be found here: elastic/package-registry#421
The text was updated successfully, but these errors were encountered: