From 11a60f03b1dd69c74a3180b44da711b6d13afd5f Mon Sep 17 00:00:00 2001 From: "Daniel H. Alcojor" Date: Mon, 19 Aug 2024 13:09:59 +0200 Subject: [PATCH] Rename CI workflow and add build status badge Updated the CI workflow name for clarity and consistency. Also added a build status badge to the README for better visibility of the CI status. --- .github/workflows/ci.yml | 2 +- README.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6d0472c..28ca700 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,4 +1,4 @@ -name: Run tests on pull request +name: test:ci # Workflow triggers on pull request events on: diff --git a/README.md b/README.md index 0231604..907d71f 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Comic Fight +[![tests](https://github.com/dhAlcojor/comic-fight/actions/workflows/ci.yml/badge.svg)](https://github.com/dhAlcojor/comic-fight/actions/workflows/ci.yml) + Página creada con Angular 18 como solución del reto de mouredev. A continuación, las instrucciones del reto: EJERCICIO: