Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: Fix GitHub Actions workflow and repository structure
- Renamed .github/README.md to .github/CI_CD_SETUP.md to prevent GitHub from displaying the wrong README - Updated references in the main README.md to point to the new CI/CD documentation file - Followed best practices by keeping poetry.lock in version control for reproducible builds These changes ensure that the correct README is displayed on the repository homepage and that the CI pipeline can successfully install dependencies and run tests on all branches.
- Loading branch information