Skip to content

xunleii/github-actions-grimoire

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Github Actions - 📕 Grimoire

A grimoire (/ɡrɪmˈwɑːr/ grim-WAHR) (also known as a "book of spells") is a textbook of magic, typically including instructions on how to create magical objects like talismans and amulets, how to perform magical spells, charms and divination, and how to summon or invoke supernatural entities such as angels, spirits, deities and demons. Wikipedia

So, after having read the Github blog post about keeping our Github Actions DRY, I wanted to share with you my common used Github Actions.

List of shared Github Actions

Security

  • Security hardening (Github Actions workflows)

    See usage here

    • Checks if yours Github Actions are valid
    • Checks if you all of yours Github Actions uses pinned Actions

Pull requests CI

  • Iaas - Terraform CI (for pull requests) - Lint

    See usage here

    • Checks if your Terraform files are valid and formatted
    • Comments PRs with error information
    • Handles several Terraform projects in a single PR
  • Iaas - Terraform CI (for pull requests) - Plan

    See usage here

    • Comments PRs with error information or plan state
    • Handles several Terraform projects in a single PR

Can I contribute to this "book" ?

Of course, and I really appreciate any contribution on this repo to get a sort of shared workflow collection that everyone could use.

About

Collection of shared Github Action workflows

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages