Skip to content
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

Validate JSON config files #63

Merged
merged 1 commit into from
Oct 22, 2024
Merged

Validate JSON config files #63

merged 1 commit into from
Oct 22, 2024

Conversation

ianthomas23
Copy link
Member

This adds validation of the cockle config JSON files introduced in #61. Schema validation uses zod as it is small, and the validation occurs in the postbuild stage (i.e. jupyter lite build) rather than at runtime so there is no detrimental impact on speed or download size when a Shell is started.

@ianthomas23 ianthomas23 added the enhancement New feature or request label Oct 22, 2024
@ianthomas23 ianthomas23 merged commit c0e5440 into main Oct 22, 2024
4 checks passed
@ianthomas23 ianthomas23 deleted the json-schema branch October 22, 2024 13:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant