Skip to content

ci: add GitHub Actions workflow (lint, unit tests, DCO)#53

Open
AbhiramDwivedi wants to merge 1 commit into
NVIDIA:mainfrom
AbhiramDwivedi:pr/c-ci-cd
Open

ci: add GitHub Actions workflow (lint, unit tests, DCO)#53
AbhiramDwivedi wants to merge 1 commit into
NVIDIA:mainfrom
AbhiramDwivedi:pr/c-ci-cd

Conversation

@AbhiramDwivedi

@AbhiramDwivedi AbhiramDwivedi commented Jun 14, 2026

Copy link
Copy Markdown

Closes #58

What

Adds .github/workflows/ci.yml: on pull_request/push to main, runs on ubuntu-latest across Python 3.12 and 3.13 — ruff check, ruff format --check, and pytest -m "not integration" (unit tests only; integration tests call real LLMs and need secrets, so they're excluded). A separate dco job enforces the Signed-off-by requirement from CONTRIBUTING.md.

Note

Proposal — the repo currently has no public workflows and NVIDIA may run CI internally. Happy to adjust or close if you prefer internal-only CI, want Codecov, etc. (The suite has known Windows-only path-separator failures in build_context, which is why CI targets Linux only.)

🤖 Generated with Claude Code

Add a GitHub Actions workflow that runs on pull_request and push to main:
- Lint and format checks with ruff
- Unit tests with pytest (integration tests excluded to avoid LLM secrets)
- Matrix over Python 3.12 and 3.13 on ubuntu-latest
- DCO sign-off verification on PRs

Windows is excluded because the test suite has known path-separator
failures in build_context that are out of scope for this change.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Signed-off-by: Ram Dwivedi <abhiram.dwivedi@yahoo.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

ci: add a public GitHub Actions workflow (lint, unit tests, DCO)

1 participant