This repository contains a collection of reusable GitHub Actions designed to streamline workflows for common GitHub users. Each action is well-documented and easy to integrate into your projects. Explore the actions directory to find various tasks automated to enhance your CI/CD processes.
common-github-actions/
├── .github/
│ └── workflows/
├── actions/
│ ├── ci-cd/
│ │ ├── action1/
│ │ │ └── action.yml
│ │ ├── action2/
│ │ │ └── action.yml
│ │ └── ...
│ ├── code-quality/
│ │ ├── action1/
│ │ │ └── action.yml
│ │ └── ...
│ ├── deployment/
│ │ ├── action1/
│ │ │ └── action.yml
│ │ └── ...
│ ├── testing/
│ │ ├── action1/
│ │ │ └── action.yml
│ │ └── ...
│ ├── utilities/
│ │ ├── action1/
│ │ │ └── action.yml
│ │ └── ...
│ ├── notifications/
│ │ ├── action1/
│ │ │ └── action.yml
│ │ └── ...
│ ├── security/
│ │ ├── action1/
│ │ │ └── action.yml
│ │ └── ...
│ └── ...
├── scripts/
└── README.md