This guide provides a quick overview of how to use CI/CD workflows in this repo.
node-ci.yml: Basic Node.js CIpython-ci.yml: Basic Python CIdocker-build.yml: Build a Docker imagedeploy-prod.yml: Deploy to production (dummy example)
You can trigger any workflow manually via the Actions tab or by referencing them in your own project via workflow_call if marked as reusable.