Skip to content

devantler-tech/composite-actions

DevantlerTech GitHub Actions 🚀

Note

To see DevantlerTech's Reusable Workflows, please visit the devantler-tech/reusable-workflows repository.

Welcome to the DevantlerTech GitHub Actions repository! This repository contains actions designed to streamline your CI/CD processes. These actions are used across all DevantlerTech projects, ensuring consistency and efficiency.

The below diagram illustrates the relationship between GitHub Workflows and GitHub Actions.

---
title: GitHub Actions Relationship Diagram
---
flowchart TD
  A[Workflows] --> B[Jobs]
  B --> C([Reusable Workflows])
  B --> D[Steps]
  C --> D
  C --> B
  D --> E[***Actions***]
  E -.- F([***Composite Actions***])
  F --> D
  E -.- G([***JavaScript Actions***])
  E -.- H([***Docker Container Actions***])
Loading

Actions

Actions are a powerful way to group multiple steps into a single action. They allow composing small, reusable components that can be used in any GitHub Actions context, e.g, within reusable workflows, standalone workflows, or even in other GitHub Actions.

About

Actions designed to streamline CI/CD processes.

Topics

Resources

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Contributors 2

  •  
  •