From 56be182e4cc20193f06b49cbfa897c48787c8d97 Mon Sep 17 00:00:00 2001 From: Damien Retzinger Date: Sun, 26 Jun 2022 14:55:33 -0400 Subject: [PATCH] docs: add badges to README --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index ba2562d..9855f6e 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,13 @@ # Magento 2 GitHub Actions +
+ +[![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) + +
+ Opinionated Github Actions and Workflows to make building, testing, and maintaining Magento 2 Modules easier. * [README if you are new to Github Actions.](https://docs.github.com/en/actions/learn-github-actions/understanding-github-actions#the-components-of-github-actions)