mirror of
https://github.com/graycoreio/github-actions-magento2.git
synced 2026-06-08 19:46:41 +00:00
docs: add short description to README
This commit is contained in:
@@ -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` |
|
||||||
|
|||||||
Reference in New Issue
Block a user