From fa5620fc05f544aca35365cb0d2367d367ad48f1 Mon Sep 17 00:00:00 2001 From: Damien Retzinger Date: Mon, 27 Apr 2026 10:05:54 -0400 Subject: [PATCH] docs: remove stale badges and add missing actions --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 7a529e9..6f97440 100644 --- a/README.md +++ b/README.md @@ -3,9 +3,7 @@
![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/graycoreio/github-actions-magento2) -[![Unit Test](https://github.com/graycoreio/github-actions-magento2/actions/workflows/_internal-unit.yaml/badge.svg)](https://github.com/graycoreio/github-actions-magento2/actions/workflows/_internal-unit.yaml) [![Integration Test](https://github.com/graycoreio/github-actions-magento2/actions/workflows/_internal-integration.yaml/badge.svg)](https://github.com/graycoreio/github-actions-magento2/actions/workflows/_internal-integration.yaml) -[![Installation Test](https://github.com/graycoreio/github-actions-magento2/actions/workflows/_internal-install.yaml/badge.svg)](https://github.com/graycoreio/github-actions-magento2/actions/workflows/_internal-install.yaml)
@@ -24,11 +22,13 @@ Opinionated Github Actions and Workflows to make building, testing, and maintain ## Actions -| Action Name | Description | -| ------------------------------------------------------ | ----------------------------------------------------------------------------------------- | -| [Fix Magento Install](./fix-magento-install/README.md) | A Github Action that fixes Magento before `composer install` | -| [Cache Magento](./cache-magento/README.md) | A Github Action that creates a composer cache for a Magento extension or store. | -| [Setup Magento](./setup-magento/README.md) | A Github Action that sets up Magento before `composer install` for an extension or store. | -| [Get Magento Version](./get-magento-version/README.md) | A Github Action that computes the installed Magento version. | -| [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 | +| Action Name | Description | +| ------------------------------------------------------------ | ----------------------------------------------------------------------------------------- | +| [Fix Magento Install](./fix-magento-install/README.md) | A Github Action that fixes Magento before `composer install` | +| [Cache Magento](./cache-magento/README.md) | A Github Action that creates a composer cache for a Magento extension or store. | +| [Setup Magento](./setup-magento/README.md) | A Github Action that sets up Magento before `composer install` for an extension or store. | +| [Get Magento Version](./get-magento-version/README.md) | A Github Action that computes the installed Magento version. | +| [Get Composer Version](./get-composer-version/README.md) | A Github Action that computes an installed Composer version. | +| [Coding Standard](./coding-standard/README.md) | A Github Action that runs the Magento Coding Standard. | +| [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 |