Skip to content

Commit 87d1b94

Browse files
committed
More changes for badge
1 parent c3bc714 commit 87d1b94

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/unit-tests.yml renamed to .github/workflows/build-and-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: unit-tests
1+
name: Build and Test
22

33
on: [push]
44

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Algorithms .NET
22

3-
[![Actions Status](https://github.com/ashkue/algorithms-dotnet/workflows/unit-tests/badge.svg)](https://github.com/ashkue/algorithms-dotnet/actions)
3+
[![Actions Status](https://github.com/ashkue/algorithms-dotnet/workflows/Build%20and%20Test/badge.svg)](https://github.com/ashkue/algorithms-dotnet/actions)
44

55
This repository can help you to prepare yourself for the algorithm questions on .net platform. It includes main sorting algorithms, Fibonacci numbers algorithms and others. Plus it is also covered with tests for better understanding.
66

0 commit comments

Comments
 (0)