-
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
[META] Semantic validations #47
Comments
|
* Fix: fetch and push only relevant branches * Fix refs * Fix: comment
Hey @ruflin, I'm starting to look into this issue now. Could you elaborate on your comment (#47 (comment)) please? The link in the comment is now dead so I can't figure out what you meant. Thanks! |
If I remember correctly this was about validating that a pipeline name that was used in the manifest actually exists. Basically any file that can be referenced from the manifest file like icons, readmes, pipelines, etc. should be validated that it exists. |
@ycombinator Would you mind updating the status of this issue? You have made a significant progress here recently. |
Checklist was completed, closing this. Please open new issues for additional validations. |
The package spec allows for syntactic validations of packages. These validate the structure of package contents. They have been implemented via #14, #41, and several minor follow up PRs.
There is also a need for semantic validations. These validate that values found in package contents conform to further rules that may not be expressible in the spec itself. For example:
The text was updated successfully, but these errors were encountered: