Validate

Verify if all tasks are correct and spot mistakes early on.

To detect errors early on, there is a validate command that checks the build file for invalid configurations or missing information.

hammerkit validate

This command is recommended to be used CI together with other linting jobs.

Last updated