[PR #169] [MERGED] ci[minor]: add lint/format to ci #254

Closed
opened 2026-02-21 17:17:40 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langsmith-docs/pull/169
Author: @bracesproul
Created: 4/15/2024
Status: Merged
Merged: 4/15/2024
Merged by: @hinthornw

Base: mainHead: brace/add-format-lint-ci


📝 Commits (4)

📊 Changes

13 files changed (+357 additions, -227 deletions)

View changed files

.eslintrc.js (+57 -0)
.github/workflows/format-lint.yml (+52 -0)
📝 docs/evaluation/faq/evaluator-implementations.mdx (+17 -18)
📝 docs/tracing/faq/logging_and_viewing.mdx (+1 -0)
📝 src/components/ClientInstallation.js (+33 -31)
📝 src/components/Hub.js (+37 -35)
📝 src/components/InstructionsWithCode.js (+27 -19)
📝 src/components/QuickStart.js (+116 -101)
📝 src/components/RunTree.js (+12 -10)
📝 src/components/TracingFaq.js (+2 -2)
📝 src/hooks/useColorScheme.js (+1 -1)
📝 src/theme/ColorModeToggle/index.js (+1 -5)
📝 src/theme/SearchBar.js (+1 -5)

📄 Description

cc @hinthornw


🔄 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/langsmith-docs/pull/169 **Author:** [@bracesproul](https://github.com/bracesproul) **Created:** 4/15/2024 **Status:** ✅ Merged **Merged:** 4/15/2024 **Merged by:** [@hinthornw](https://github.com/hinthornw) **Base:** `main` ← **Head:** `brace/add-format-lint-ci` --- ### 📝 Commits (4) - [`4d74d6d`](https://github.com/langchain-ai/langsmith-docs/commit/4d74d6d7e6a77a73bae676d8a85467ad4b59ba7a) ci[minor]: add lint/format to ci - [`b39d046`](https://github.com/langchain-ai/langsmith-docs/commit/b39d046f8074e8c285e7cd8e6fc5c8cabb5e3ebe) cr - [`e8a3ee1`](https://github.com/langchain-ai/langsmith-docs/commit/e8a3ee19003fa0c2c3bab2151de09e8ed8b8b007) cr - [`4f4ed69`](https://github.com/langchain-ai/langsmith-docs/commit/4f4ed695b7e3ba04cb0a5008081ee1dd4376ed61) update name ### 📊 Changes **13 files changed** (+357 additions, -227 deletions) <details> <summary>View changed files</summary> ➕ `.eslintrc.js` (+57 -0) ➕ `.github/workflows/format-lint.yml` (+52 -0) 📝 `docs/evaluation/faq/evaluator-implementations.mdx` (+17 -18) 📝 `docs/tracing/faq/logging_and_viewing.mdx` (+1 -0) 📝 `src/components/ClientInstallation.js` (+33 -31) 📝 `src/components/Hub.js` (+37 -35) 📝 `src/components/InstructionsWithCode.js` (+27 -19) 📝 `src/components/QuickStart.js` (+116 -101) 📝 `src/components/RunTree.js` (+12 -10) 📝 `src/components/TracingFaq.js` (+2 -2) 📝 `src/hooks/useColorScheme.js` (+1 -1) 📝 `src/theme/ColorModeToggle/index.js` (+1 -5) 📝 `src/theme/SearchBar.js` (+1 -5) </details> ### 📄 Description cc @hinthornw --- <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-21 17:17:40 -05:00
yindo closed this issue 2026-02-21 17:17:40 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/langsmith-docs#254