Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 899 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 899 Bytes

Reusable GitHub Actions for MostlyDevOps

An example repo of how an org would consolidate all their reusable GitHub Actions into a single repo. Other code and IaC repos would call these workflows from their repos. Other repo owners would copy /templates that they need to .github/workflows in their repos. This repo can also be used to store template linter configs in .github/linters used by super-linter or megalinter

This is a demo of the following @BretFisher examples