Update make validate
so that it ensures that definition is present in index.yaml
#4
Labels
make validate
so that it ensures that definition is present in index.yaml
#4
The
make validate
target should raise an error if a definition is not present inindex.yaml
. We can do this by loading the index config file and then doing a simple check based on the input symbol (i.e.:hk
should be present inindex.yaml
.The text was updated successfully, but these errors were encountered: