Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: add GitHub Actions workflow for automated testing
- Created a new workflow file (.github/workflows/test.yml) to automate testing on push and pull request events to the main branch. - Configured the workflow to set up Python, install dependencies, and run tests using pytest.
- Loading branch information