From 6bb8f40fc8a8b6d6e2c070d3b1c3fb8296859f10 Mon Sep 17 00:00:00 2001 From: Nick Alteen Date: Thu, 17 Jul 2025 13:25:21 -0400 Subject: [PATCH] fix: remove unnecessary badges from README --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index 9cc38f4..093542d 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,7 @@ # Create a Container Action [![GitHub Super-Linter](https://github.com/actions/container-action/actions/workflows/linter.yml/badge.svg)](https://github.com/super-linter/super-linter) -[![Check dist/](https://github.com/actions/container-action/actions/workflows/check-dist.yml/badge.svg)](https://github.com/actions/container-action/actions/workflows/check-dist.yml) -![CI](https://github.com/actions/container-action/actions/workflows/ci.yml/badge.svg) -[![CodeQL](https://github.com/actions/container-action/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/actions/container-action/actions/workflows/codeql-analysis.yml) -[![Coverage](./badges/coverage.svg)](./badges/coverage.svg) +![Continuous Integration](https://github.com/actions/container-action/actions/workflows/ci.yml/badge.svg) Use this template to bootstrap the creation of a container action. :rocket: