Back to projects
Mar 02, 2025
1 min read

GitHub reusable workflows

GitHub reusable workflows and composite actions

Reusable GitHub Actions workflows and composite actions for CI/CD. I use them for my own projects and to spin up quick proof‑of‑concept (PoC) pipelines. Includes custom actions for Docker builds, test automation, and Azure deployments.

Highlights:

  • Templates for common CI/CD patterns
  • Matrix builds and caching for speed
  • Azure integration and Docker-based actions
  • Security scanning and dependency checks

Fully documented and easy to adapt for personal projects or fast PoC validation.