Continuous Integration
Private-FHE-fraud-detection utilizes GitHub Actions for continuous integration. The CI pipeline ensures code quality by running tests, checking commit messages, and validating builds.
Pipeline Steps
Install Dependencies: - Installs Python packages from requirements.txt.
Run Tests: - Executes the test suite in tests/.
Validate Commit Messages: - Ensures commit messages adhere to the defined format.