Skip to content

Commit a417461

Browse files
author
Gonzalo Diaz
committed
Readme file: banners repaired.
1 parent 4789e42 commit a417461

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/dotnet-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# yamllint enable rule:line-length
55

66
---
7-
name: dotNET Tests
7+
name: dotNET Lint
88

99
on: # yamllint disable-line rule:truthy
1010
push:

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Algorithm Exercises (C# / .NET 8.0)
22

3-
[![.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)
3+
[![.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)
4+
[![.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)
45
[![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)
56
[![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)
67

0 commit comments

Comments
 (0)