docs: add short description to README

This commit is contained in:
Damien Retzinger
2026-05-07 10:31:33 -04:00
parent 85b7909eb1
commit 307f527997
+5
View File
@@ -17,6 +17,8 @@ Opinionated Github Actions and Workflows to make building, testing, and maintain
## Workflows ## Workflows
If you are new here, start with a reusable workflow. They are pre-built CI pipelines that you can adopt in minutes — no deep knowledge of the individual actions required. Pick the one that matches your project type and call it from your own workflow file.
| Workflow Name | Description | | Workflow Name | Description |
| -------------------------------------------------------------------- | ------------------------------------------------------------------------------------ | | -------------------------------------------------------------------- | ------------------------------------------------------------------------------------ |
| [Integration Test](./.github/workflows/integration-README.md) | A Github Workflow that runs the Integration Tests of a Magento Package | | [Integration Test](./.github/workflows/integration-README.md) | A Github Workflow that runs the Integration Tests of a Magento Package |
@@ -25,6 +27,9 @@ Opinionated Github Actions and Workflows to make building, testing, and maintain
## Actions ## Actions
If the reusable workflows do not fit your needs, the individual actions are the building blocks they are composed from. Use these when you need full control over your pipeline.
| Action Name | Description | | Action Name | Description |
| ------------------------------------------------------------ | ----------------------------------------------------------------------------------------- | | ------------------------------------------------------------ | ----------------------------------------------------------------------------------------- |
| [Fix Magento Install](./fix-magento-install/README.md) | A Github Action that fixes Magento before `composer install` | | [Fix Magento Install](./fix-magento-install/README.md) | A Github Action that fixes Magento before `composer install` |