From a417461b5448465cfb12baefc6c8b982294faea1 Mon Sep 17 00:00:00 2001 From: Gonzalo Diaz Date: Tue, 6 Jan 2026 16:02:03 -0300 Subject: [PATCH] Readme file: banners repaired. --- .github/workflows/dotnet-lint.yml | 2 +- README.md | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dotnet-lint.yml b/.github/workflows/dotnet-lint.yml index 7fffbcf..b3dd529 100644 --- a/.github/workflows/dotnet-lint.yml +++ b/.github/workflows/dotnet-lint.yml @@ -4,7 +4,7 @@ # yamllint enable rule:line-length --- -name: dotNET Tests +name: dotNET Lint on: # yamllint disable-line rule:truthy push: diff --git a/README.md b/README.md index 4aa9b05..67e5951 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # Algorithm Exercises (C# / .NET 8.0) -[![.NET](https://github.com/sir-gon/algorithm-exercises-csharp/actions/workflows/dotnet.yml/badge.svg)](https://github.com/sir-gon/algorithm-exercises-csharp/actions/workflows/dotnet.yml) +[![.NET CI/CD Test](https://github.com/sir-gon/algorithm-exercises-csharp/actions/workflows/dotnet-test.yml/badge.svg)](https://github.com/sir-gon/algorithm-exercises-csharp/actions/workflows/dotnet-test.yml) +[![.NET CI/CD Lint](https://github.com/sir-gon/algorithm-exercises-csharp/actions/workflows/dotnet-lint.yml/badge.svg)](https://github.com/sir-gon/algorithm-exercises-csharp/actions/workflows/dotnet-lint.yml) [![Markdown Lint](https://github.com/sir-gon/algorithm-exercises-csharp/actions/workflows/markdown-lint.yml/badge.svg)](https://github.com/sir-gon/algorithm-exercises-csharp/actions/workflows/markdown-lint.yml) [![YAML lint](https://github.com/sir-gon/algorithm-exercises-csharp/actions/workflows/yamllint.yml/badge.svg)](https://github.com/sir-gon/algorithm-exercises-csharp/actions/workflows/yamllint.yml)