Merge pull request #26 from actions/ncalteen/badges

fix: remove unnecessary badges from README
This commit is contained in:
Nick Alteen
2025-08-05 13:30:59 -04:00
committed by GitHub

View File

@@ -1,10 +1,7 @@
# Create a Container Prebuilt Action
[![GitHub Super-Linter](https://github.com/actions/container-prebuilt-action/actions/workflows/linter.yml/badge.svg)](https://github.com/super-linter/super-linter)
[![Check dist/](https://github.com/actions/container-prebuilt-action/actions/workflows/check-dist.yml/badge.svg)](https://github.com/actions/container-prebuilt-action/actions/workflows/check-dist.yml)
![CI](https://github.com/actions/container-prebuilt-action/actions/workflows/ci.yml/badge.svg)
[![CodeQL](https://github.com/actions/container-prebuilt-action/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/actions/container-prebuilt-action/actions/workflows/codeql-analysis.yml)
[![Coverage](./badges/coverage.svg)](./badges/coverage.svg)
![Continuous Integration](https://github.com/actions/container-prebuilt-action/actions/workflows/ci.yml/badge.svg)
Use this template to bootstrap the creation of a container action. :rocket: