From e4b717a5fa773142894a73795a4ffc58b1b46715 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Mon, 1 Dec 2025 12:27:01 -0500 Subject: [PATCH] Fix Continuous Integration badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c805324..6568623 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # First Interaction [![Super-Linter](https://github.com/actions/first-interaction/actions/workflows/linter.yml/badge.svg)](https://github.com/super-linter/super-linter) -![CI](https://github.com/actions/first-interaction/actions/workflows/ci.yml/badge.svg) +[![CI](https://github.com/actions/first-interaction/actions/workflows/continuous-integration.yml/badge.svg)](https://github.com/actions/first-interaction/actions/workflows/continuous-integration.yml) [![Check dist/](https://github.com/actions/first-interaction/actions/workflows/check-dist.yml/badge.svg)](https://github.com/actions/first-interaction/actions/workflows/check-dist.yml) [![CodeQL](https://github.com/actions/first-interaction/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/actions/first-interaction/actions/workflows/codeql-analysis.yml) [![Coverage](./badges/coverage.svg)](./badges/coverage.svg)