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

ci[minor]: Add script & GH action to validate deno and node deps in sync #327

Merged
merged 3 commits into from
Aug 16, 2024

Conversation

bracesproul
Copy link
Collaborator

The validate new notebook gh action requires the notebook dependencies to be installed w/ npm, but notebooks do not require deps to be listed in a package.json (deno.json)

This script & gh action verifies that all dependencies listed in the deno.json file are also present in the examples/package.json file, and the version is greater than or equal to that in deno.json

@bracesproul bracesproul marked this pull request as ready for review August 16, 2024 18:54
@bracesproul bracesproul merged commit fd6233e into main Aug 16, 2024
17 checks passed
@bracesproul bracesproul deleted the brace/validate-deps-script branch August 16, 2024 22:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant