Skip to content

Commit

Permalink
docs: Fix GitHub Actions workflow and repository structure
Browse files Browse the repository at this point in the history
- 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
arcangelo7 committed Feb 27, 2025
1 parent 3975f9c commit 8369d07
Show file tree
Hide file tree
Showing 3 changed files with 307 additions and 316 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -440,4 +440,4 @@ The project is configured with GitHub Actions to automatically run tests on ever
- Uploads coverage reports as artifacts for all branches
- Generates a coverage badge for each branch

For more details on the CI/CD setup, see [.github/README.md](.github/README.md).
For more details on the CI/CD setup, see [CI/CD Setup Documentation](.github/CI_CD_SETUP.md).
Loading

0 comments on commit 8369d07

Please sign in to comment.