From 8cc4f567f82e82641ad920fe05a8f0c1cfaf9432 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 11 Sep 2025 17:22:34 +0000 Subject: [PATCH] Update README with CI/CD pipeline information Co-authored-by: elisiariocouto <818914+elisiariocouto@users.noreply.github.com> --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 01573bc..32e0877 100644 --- a/README.md +++ b/README.md @@ -357,6 +357,10 @@ tests/ # Test suite 3. Make your changes with tests 4. Submit a pull request +The repository uses GitHub Actions for CI/CD: +- **CI**: Runs Python tests (`uv run pytest`) and frontend linting/build on every push +- **Release**: Creates GitHub releases with changelog when tags are pushed + ## ⚠️ Notes - This project is in active development - GoCardless API rate limits apply