[PR #2] [MERGED] add CI & release GHA #22

Closed
opened 2026-02-16 07:16:33 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraph-codeact/pull/2
Author: @vbarda
Created: 3/26/2025
Status: Merged
Merged: 3/26/2025
Merged by: @vbarda

Base: mainHead: vb/add-release-workflow


📝 Commits (1)

📊 Changes

13 files changed (+933 additions, -36 deletions)

View changed files

.github/actions/uv_setup/action.yml (+21 -0)
.github/workflows/_lint.yml (+44 -0)
.github/workflows/_test.yml (+42 -0)
.github/workflows/ci.yml (+58 -0)
.github/workflows/release.yml (+151 -0)
Makefile (+53 -0)
📝 examples/cipher_example.py (+9 -11)
📝 examples/math_example.py (+2 -1)
📝 langgraph_codeact/__init__.py (+6 -9)
📝 pyproject.toml (+46 -6)
tests/__init__.py (+0 -0)
tests/test_import.py (+6 -0)
📝 uv.lock (+495 -9)

📄 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/langgraph-codeact/pull/2 **Author:** [@vbarda](https://github.com/vbarda) **Created:** 3/26/2025 **Status:** ✅ Merged **Merged:** 3/26/2025 **Merged by:** [@vbarda](https://github.com/vbarda) **Base:** `main` ← **Head:** `vb/add-release-workflow` --- ### 📝 Commits (1) - [`34b1e7e`](https://github.com/langchain-ai/langgraph-codeact/commit/34b1e7effba0815ed98bf4045ccc1052e7f878c7) add CI & release GHA ### 📊 Changes **13 files changed** (+933 additions, -36 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` (+42 -0) ➕ `.github/workflows/ci.yml` (+58 -0) ➕ `.github/workflows/release.yml` (+151 -0) ➕ `Makefile` (+53 -0) 📝 `examples/cipher_example.py` (+9 -11) 📝 `examples/math_example.py` (+2 -1) 📝 `langgraph_codeact/__init__.py` (+6 -9) 📝 `pyproject.toml` (+46 -6) ➕ `tests/__init__.py` (+0 -0) ➕ `tests/test_import.py` (+6 -0) 📝 `uv.lock` (+495 -9) </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-16 07:16:33 -05:00
yindo closed this issue 2026-02-16 07:16:33 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/langgraph-codeact#22