-
Notifications
You must be signed in to change notification settings - Fork 1
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
Added schema definition for yaml files in .neuro #699
Conversation
Please, add changelog. Here's an example: For reference, we are using towncrier to generate changelogs. |
Let's also do the same here: https://github.com/neuro-inc/flow-template-barebone |
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, thanks!
This version includes changes to the workflow and project configuration files to enable code completion and validation by adding schema references to Apolo's config yaml files. These changes will improve the development experience by providing better code completion and validation.
Changes:
{{cookiecutter.flow_dir}}/.neuro/live.yml
: Added schema reference for code completion support in the live workflow configuration file.{{cookiecutter.flow_dir}}/.neuro/project.yml
: Added schema reference for code completion support in the project configuration file.