-
Notifications
You must be signed in to change notification settings - Fork 9
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
Add option for checking receipe format #210
Comments
This is planned, we'll have JSONSchema validation, the schema repo is here: https://github.com/blue-build/schema |
I was thinking also to add a version field, similar to kubernetes files, where the first line says which version uses the file |
Since a standard comment line linking the schema is needed for LSP support, I thought that that could also encode the recipe format version: #180 is where we're planning recipe v2 and we'll probably roll out the schema validation at the same time as that. |
Added in #239 |
Sometimes the gh action takes 5 minutes and then fails because of a wrong recipe format. This rating time can be avoided by adding a static checker before running everything, also users can use it locally as a githook so they never commit a wrong receipe
The text was updated successfully, but these errors were encountered: