Merge pull request #38 from actions/ncalteen/badges

fix: remove unnecessary badges from README
This commit is contained in:
Nick Alteen 2025-08-05 13:31:24 -04:00 committed by GitHub
commit f57b3bec5d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,10 +1,7 @@
# Create a Container Action # 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) [![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) ![Continuous Integration](https://github.com/actions/container-action/actions/workflows/ci.yml/badge.svg)
![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)
Use this template to bootstrap the creation of a container action. :rocket: Use this template to bootstrap the creation of a container action. :rocket: