feat(setup-di-compile): restore setup-di-compile as a lean action (#239)

This commit is contained in:
Damien Retzinger
2026-05-06 10:51:27 -04:00
committed by GitHub
parent 0808fab9c3
commit 212f9a8e86
3 changed files with 85 additions and 0 deletions
+1
View File
@@ -34,3 +34,4 @@ Opinionated Github Actions and Workflows to make building, testing, and maintain
| [Semver Compare](./semver-compare/README.md) | A Github Action that semantically compares two versions |
| [Supported Version](./supported-version/README.md) | A Github Action that computes the currently supported Github Actions Matrix for Magento 2 |
| [Setup Install](./setup-install/README.md) | A Github Action that runs `bin/magento setup:install` from the supported-version services matrix |
| [Setup DI Compile](./setup-di-compile/README.md) | A Github Action that enables all modules and runs `bin/magento setup:di:compile` |