[PR #321] [MERGED] ci[minor]: Add validate notebooks GH action #657

Closed
opened 2026-02-15 19:15:24 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraphjs/pull/321
Author: @bracesproul
Created: 8/15/2024
Status: Merged
Merged: 8/16/2024
Merged by: @bracesproul

Base: mainHead: brace/validate-notebooks


📝 Commits (5)

📊 Changes

5 files changed (+953 additions, -53 deletions)

View changed files

.github/workflows/validate-new-notebooks.yml (+61 -0)
examples/package.json (+24 -0)
📝 langgraph/package.json (+1 -1)
📝 package.json (+2 -1)
📝 yarn.lock (+865 -51)

📄 Description

Added a package.json to the examples directory with the same contents as deno.json so the notebook dependencies would be installed in the gh action


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langchain-ai/langgraphjs/pull/321 **Author:** [@bracesproul](https://github.com/bracesproul) **Created:** 8/15/2024 **Status:** ✅ Merged **Merged:** 8/16/2024 **Merged by:** [@bracesproul](https://github.com/bracesproul) **Base:** `main` ← **Head:** `brace/validate-notebooks` --- ### 📝 Commits (5) - [`1779b27`](https://github.com/langchain-ai/langgraphjs/commit/1779b2741cc2b15067ec90f256117ce1ba8a7c4b) ci[minor]: Add validate notebooks GH action - [`417151b`](https://github.com/langchain-ai/langgraphjs/commit/417151b7bfba81569d8bce7a110c2c3890ff837b) update cmd to look inside examples too - [`fb3b148`](https://github.com/langchain-ai/langgraphjs/commit/fb3b148c09f8db78ea1de12184e5ce8c55ef3701) cr - [`f2377cf`](https://github.com/langchain-ai/langgraphjs/commit/f2377cf28a16c2239a8a5ddb40e5b785f5cf8bab) add examples package.json - [`527987f`](https://github.com/langchain-ai/langgraphjs/commit/527987f89a4faff91e7ae5431033d8d15c061e5d) cr ### 📊 Changes **5 files changed** (+953 additions, -53 deletions) <details> <summary>View changed files</summary> ➕ `.github/workflows/validate-new-notebooks.yml` (+61 -0) ➕ `examples/package.json` (+24 -0) 📝 `langgraph/package.json` (+1 -1) 📝 `package.json` (+2 -1) 📝 `yarn.lock` (+865 -51) </details> ### 📄 Description Added a `package.json` to the `examples` directory with the same contents as `deno.json` so the notebook dependencies would be installed in the gh action --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-15 19:15:24 -05:00
yindo closed this issue 2026-02-15 19:15:24 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/langgraphjs#657