1
0
Fork
You've already forked ai-agent-coding
0

Add GitHub Actions workflow to run bin tests on code changes #5

Merged
Copilot merged 4 commits from copilot/add-custom-ai-agent-for-linux into main 2026年03月11日 22:58:01 +01:00
Copilot commented 2026年03月11日 07:43:54 +01:00 (Migrated from github.com)
Copy link

No CI existed for the bin/ Python tooling. This adds a workflow that runs make test (Poetry + pytest) whenever bin/ files change.

Workflow: .github/workflows/bin-test.yml

  • Triggers on push and pull_request with path filter bin/** — skips unrelated changes
  • Sets working-directory: bin so all steps run against the correct Makefile / pyproject.toml
  • Bootstraps with actions/setup-python@v5 (Python 3.12) + pip install poetry, then delegates entirely to make test
  • permissions: contents: read — least-privilege token

💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

No CI existed for the `bin/` Python tooling. This adds a workflow that runs `make test` (Poetry + pytest) whenever `bin/` files change. ## Workflow: `.github/workflows/bin-test.yml` - Triggers on `push` and `pull_request` with path filter `bin/**` — skips unrelated changes - Sets `working-directory: bin` so all steps run against the correct `Makefile` / `pyproject.toml` - Bootstraps with `actions/setup-python@v5` (Python 3.12) + `pip install poetry`, then delegates entirely to `make test` - `permissions: contents: read` — least-privilege token <!-- START COPILOT CODING AGENT TIPS --> --- 💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more [Copilot coding agent tips](https://gh.io/copilot-coding-agent-tips) in the docs.
Sign in to join this conversation.
No reviewers
Milestone
Clear milestone
No items
No milestone
Projects
Clear projects
No items
No project
Assignees
Clear assignees
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
mutablecc/ai-agent-coding!5
Reference in a new issue
mutablecc/ai-agent-coding
No description provided.
Delete branch "copilot/add-custom-ai-agent-for-linux"

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?