This repository stores a collections of common github actions and workflows for all projects to reuse for common automation workflows (deployment, testing, building, pubilishing, etc).
Workflows define a job or a group of jobs that can be run in parallel or in some defined order. All the
reuseable workflows are stored in the .github/workflows
directory.
Actions define a group of common steps that reoccur across many jobs and workflows. All the
custom actions are stored in the actions
directory.