Skip to content

Latest commit

 

History

13 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Common GitHub Actions

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.

Directory Structure

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

About

Common GitHub Actions 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.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages