A collection of reusable Github Actions.
- assert-equals Utility action which fails if two given values are not equal.
- assume-aws-oidc-role Log into AWS with a using an OIDC role.
- bump-version Bump a repository's sematic version using convential commit messages.
- check-conventional-commits Fail if any commits in the history do not conform with the convential commits format.
- repository-details Returns some details about the current repository.
- setup-cocogitto Install Cocogitto.
- setup-terragrunt Install Terragrunt.
- setup-poetry Install Poetry.
There are also some reusable workflows in the .github/workflows/ folder.
Currently, all actions are versioned under on version number.
In the future, each action is likely to be migrated to its own repository so that
it can be hosted on the Github Actions Market place.
Until then, use the a recent version tag from this repository when using an action elsewhere.
The versions are tagged using the semantic versioning format v1.2.3
.