[PR #403] [CLOSED] ci[minor]: Add GitHub action to check broken links #728

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraphjs/pull/403
Author: @isahers1
Created: 8/27/2024
Status: Closed

Base: mainHead: isaac/doclink


📝 Commits (10+)

📊 Changes

6 files changed (+716 additions, -16 deletions)

View changed files

.github/workflows/link_check.yml (+57 -0)
.markdown-link-check.config.json (+4 -0)
📝 examples/how-tos/breakpoints.ipynb (+1 -1)
📝 package.json (+7 -1)
scripts/check-links.cjs (+30 -0)
📝 yarn.lock (+617 -14)

📄 Description

No description provided


🔄 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/403 **Author:** [@isahers1](https://github.com/isahers1) **Created:** 8/27/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `isaac/doclink` --- ### 📝 Commits (10+) - [`6702300`](https://github.com/langchain-ai/langgraphjs/commit/6702300883359247b813a2baa16ec30c4e4a172b) wip - [`54dd6c6`](https://github.com/langchain-ai/langgraphjs/commit/54dd6c657c8d7af5685336ebe0f47dfc42e0baad) edits - [`29821fd`](https://github.com/langchain-ai/langgraphjs/commit/29821fd29c442d8b2b56139d8743f3455ba21422) changes! - [`ce3b270`](https://github.com/langchain-ai/langgraphjs/commit/ce3b2700eaab8dcc7f86ec0c360453ef3929534d) x - [`15ba576`](https://github.com/langchain-ai/langgraphjs/commit/15ba5767940e663f2cd1e09f5ac1306a756b7ab3) link - [`cdeb61e`](https://github.com/langchain-ai/langgraphjs/commit/cdeb61e675a8a340b870f2af0283020d8ce7505f) x - [`fc9155e`](https://github.com/langchain-ai/langgraphjs/commit/fc9155ee6789b86e7f324fcc3fc51450462de0f2) x - [`e226b7f`](https://github.com/langchain-ai/langgraphjs/commit/e226b7fc801806785d368df30eca3243fa6f9d1c) messing with notebook - [`c1a7ac8`](https://github.com/langchain-ai/langgraphjs/commit/c1a7ac83c772891ed19826cedee2caa3803f8fc3) x - [`cc8ec4c`](https://github.com/langchain-ai/langgraphjs/commit/cc8ec4c15b0a29a0d4158ecb276ad352b19c2822) x ### 📊 Changes **6 files changed** (+716 additions, -16 deletions) <details> <summary>View changed files</summary> ➕ `.github/workflows/link_check.yml` (+57 -0) ➕ `.markdown-link-check.config.json` (+4 -0) 📝 `examples/how-tos/breakpoints.ipynb` (+1 -1) 📝 `package.json` (+7 -1) ➕ `scripts/check-links.cjs` (+30 -0) 📝 `yarn.lock` (+617 -14) </details> ### 📄 Description _No description provided_ --- <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:41 -05:00
yindo closed this issue 2026-02-15 19:15:41 -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#728