Welcome to Datum Cloud's repository for reusable GitHub Actions. This repository provides a collection of modular, well-documented, and production-ready GitHub Actions designed to streamline CI/CD workflows.
This repository serves as a central hub for reusable GitHub Actions, enabling teams to standardize workflows and improve maintainability. Each action is designed to be modular, configurable, and easy to integrate into various GitHub projects.
.github/workflows/
– Contains individual reusable GitHub Actions.docs/
– Documentation for each action, including inputs, outputs, and usage guidelines.
- Reusable & Modular – Designed for flexibility across multiple repositories.
- Security-Focused – Follows best practices to minimize security risks.
- Scalable – Optimized for high-performance CI/CD workflows.
- Versioned Releases – Ensures stability and backward compatibility.
Each action is documented with:
- Inputs and outputs
- Configuration options
- Best practices for usage
- Release notes and versioning details
Refer to the docs/
directory for detailed documentation on each
action.
We welcome contributions! To contribute:
- Create a feature branch (
feature/your-action
). - Follow the repository's coding and documentation standards.
- Submit a pull request for review.
Please check out our contribution guidelines before submitting changes.
For questions or issues, please open a GitHub Issue in this repository.