Commit Graph

1 Commits

Author SHA1 Message Date
google-labs-jules[bot]
9a2c77a5ca feat: Establish CI/CD Pipeline with Makefile
This commit introduces a `Makefile` to standardize the build, test, and linting process, as suggested in the `TODO.md` file.

The `Makefile` includes targets for `lint`, `test`, and `test-integration`.

The `.github/workflows/ci.yml` file has been updated to use the `make test-integration` target, simplifying the CI configuration.

The `.github/workflows/cd.yml` file has been updated to be ready for deployment to a staging environment. It now calls a `make deploy-staging` target, which serves as a placeholder for the actual deployment script.

This work addresses the 'Establish a CI/CD Pipeline' task from the `TODO.md`.
2025-09-07 21:20:47 +00:00