Skip to content

Commit 714eac2

Browse files
authored
Merge pull request #311 from sir-gon/develop
Readme file: banners repaired.
2 parents 4789e42 + a417461 commit 714eac2

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.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)