Request
The repo has no public .github/workflows/, so external contributors get no automated feedback (lint/tests/DCO) before maintainer review.
Proposed fix
Add an ubuntu-latest workflow (Python 3.12/3.13) running ruff check + format-check + pytest -m "not integration", plus a DCO sign-off job. NVIDIA may run CI internally — this is a proposal, happy to adjust or close.
Opened to follow CONTRIBUTING.md (issue-first); fix is in #53.
🤖 Generated with Claude Code
Request
The repo has no public
.github/workflows/, so external contributors get no automated feedback (lint/tests/DCO) before maintainer review.Proposed fix
Add an
ubuntu-latestworkflow (Python 3.12/3.13) running ruff check + format-check +pytest -m "not integration", plus a DCO sign-off job. NVIDIA may run CI internally — this is a proposal, happy to adjust or close.Opened to follow CONTRIBUTING.md (issue-first); fix is in #53.
🤖 Generated with Claude Code