Feature Request
Description
Currently, PRs can be merged without automated validation, which might introduce broken code into arachnode. We need a CI pipeline.
Proposed Solution
- Create a
.github/workflows/ci.yml file.
- Configure the workflow to run on every
push and pull_request to the main branch.
- The pipeline should install dependencies, run the linter, run the formatter check, and execute the test suite.
Benefits
- Automatically verifies that every PR is safe to merge.
- Reduces the manual testing burden on maintainers.
Could you please assign this issue to me and add the ELUSOC label? I will submit a PR with the GitHub Action workflow. Thanks! 🚀
Feature Request
Description
Currently, PRs can be merged without automated validation, which might introduce broken code into
arachnode. We need a CI pipeline.Proposed Solution
.github/workflows/ci.ymlfile.pushandpull_requestto the main branch.Benefits
Could you please assign this issue to me and add the
ELUSOClabel? I will submit a PR with the GitHub Action workflow. Thanks! 🚀