The Valohai command-line client features a linter, which enables you to validate your valohai.yaml
file for any potential issues before committing it to Git or initiating a job.
Ensure you have the valohai-cli command-line tools installed and that you’re currently in a local directory associated with a Valohai project.
To initiate the linter, simply run the following command:
vh lint
This command will analyze your valohai.yaml
file for any errors or inconsistencies, helping you ensure the smooth execution of your Valohai project.