Skip to content

MostlyDevOps/actions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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