Reusable actions monorepo.
Check the workflows on this repository for examples on how to use each of these images.
A stub service is always deployed by the feature-preview, staging and production workflows, as shown on the Deployments Page.
Pre-requisites:
To get started, run the following command:
task initThis will setup the pre-commit hooks and install the necessary dependencies.
The project uses conventional commits, and they're enforced by pre-commit hooks. Ensure you familiarize yourself with its concepts.
You can run all the repo's tests via
task test
# example for specific action
# all bash tests must be under a <action-folder>/test folder
task test -- get-release-pr