feat(get-magento-version): add get-magento-version action (#72)

This commit is contained in:
Damien Retzinger
2022-10-14 11:07:30 -04:00
committed by GitHub
parent 158bd0b0c8
commit fd858c3063
4 changed files with 109 additions and 2 deletions
+3 -2
View File
@@ -26,5 +26,6 @@ Opinionated Github Actions and Workflows to make building, testing, and maintain
| Action Name | Description |
| ------------------------------------------------ | ------------------------------------------------------------------ |
| [Unit Test](./unit-test/README.md) | A Github Action that runs the Unit Tests a Magento Package |
| [Installation Test](installation-test/README.md) | A Github Action that tests the installability of a Magento Package |
| [Supported Version](supported-version/README.md) | A Github Action that computes the currently supported Github Actions Matrix for Magento 2 |
| [Get Magento Version](./get-magento-version/README.md) | A Github Action that computes the installed Magento version. |
| [Installation Test](./installation-test/README.md) | A Github Action that tests the installability of a Magento Package |
| [Supported Version](./supported-version/README.md) | A Github Action that computes the currently supported Github Actions Matrix for Magento 2 |