mirror of
https://github.com/langchain-ai/langgraph-codeact.git
synced 2026-07-25 21:25:26 -04:00
[PR #2] [MERGED] add CI & release GHA #22
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
main← Head:vb/add-release-workflow📝 Commits (1)
34b1e7eadd CI & release GHA📊 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.