[PR #6] [MERGED] ci: Add basic CI to run tests and lint the build pipeline itself #321

Closed
opened 2026-02-17 17:20:07 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/6
Author: @eyurtsev
Created: 6/3/2025
Status: Merged
Merged: 6/3/2025
Merged by: @eyurtsev

Base: mainHead: eugene/fix_testing


📝 Commits (5)

📊 Changes

12 files changed (+303 additions, -32 deletions)

View changed files

.github/actions/uv_setup/action.yml (+21 -0)
.github/workflows/_lint.yml (+44 -0)
.github/workflows/_test.yml (+49 -0)
.github/workflows/ci.yml (+57 -0)
📝 pipeline/commands/dev.py (+1 -1)
📝 pyproject.toml (+1 -1)
📝 tests/test_build_command.py (+10 -8)
📝 tests/test_builder.py (+14 -15)
📝 tests/test_utils.py (+4 -5)
tests/unit_tests/__init__.py (+0 -0)
tests/unit_tests/test_placehoder.py (+3 -0)
📝 uv.lock (+99 -2)

📄 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/docs/pull/6 **Author:** [@eyurtsev](https://github.com/eyurtsev) **Created:** 6/3/2025 **Status:** ✅ Merged **Merged:** 6/3/2025 **Merged by:** [@eyurtsev](https://github.com/eyurtsev) **Base:** `main` ← **Head:** `eugene/fix_testing` --- ### 📝 Commits (5) - [`d8bbaee`](https://github.com/langchain-ai/docs/commit/d8bbaeeb5c7e7699bdcecce765f7d535421203b9) x - [`03a3323`](https://github.com/langchain-ai/docs/commit/03a33235fd2453d19e5deb071b337ebdf832660b) x - [`c88dabf`](https://github.com/langchain-ai/docs/commit/c88dabfe9c055439d27a72ddcbbaa58148c57c89) x - [`59a788e`](https://github.com/langchain-ai/docs/commit/59a788e7f9c6bdaa6465628330e0157907fc3013) x - [`22fff12`](https://github.com/langchain-ai/docs/commit/22fff128243d304f8a23c99f1fcdd389c0385bde) x ### 📊 Changes **12 files changed** (+303 additions, -32 deletions) <details> <summary>View changed files</summary> ➕ `.github/actions/uv_setup/action.yml` (+21 -0) ➕ `.github/workflows/_lint.yml` (+44 -0) ➕ `.github/workflows/_test.yml` (+49 -0) ➕ `.github/workflows/ci.yml` (+57 -0) 📝 `pipeline/commands/dev.py` (+1 -1) 📝 `pyproject.toml` (+1 -1) 📝 `tests/test_build_command.py` (+10 -8) 📝 `tests/test_builder.py` (+14 -15) 📝 `tests/test_utils.py` (+4 -5) ➕ `tests/unit_tests/__init__.py` (+0 -0) ➕ `tests/unit_tests/test_placehoder.py` (+3 -0) 📝 `uv.lock` (+99 -2) </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-17 17:20:07 -05:00
yindo closed this issue 2026-02-17 17:20:07 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/docs#321