You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 29, 2024. It is now read-only.
Currently, specification of validation steps to run (or not) for individual hubs has to be hard-coded in the validation functions via a check like store["HUB_REPOSITORY_NAME"] -- e.g., see here. We should instead prefer to specify these sorts of customizations as data, perhaps specified in the hub's config file.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Currently, specification of validation steps to run (or not) for individual hubs has to be hard-coded in the validation functions via a check like
store["HUB_REPOSITORY_NAME"]
-- e.g., see here. We should instead prefer to specify these sorts of customizations as data, perhaps specified in the hub's config file.The text was updated successfully, but these errors were encountered: