Skip to content

Commit 82f395a

Browse files
committed
Add build status and CodeQL badge to README
1 parent da4eedd commit 82f395a

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
This is a collection of extension methods for .NET Core.
44
The goal is to provide a set of useful extension methods that are not included in the .NET Core framework.
55

6+
[![.NET](https://github.com/Necas209/DotNetExtensions/actions/workflows/dotnet.yml/badge.svg)](https://github.com/Necas209/DotNetExtensions/actions/workflows/dotnet.yml)
7+
[![CodeQL Advanced](https://github.com/Necas209/DotNetExtensions/actions/workflows/codeql.yml/badge.svg)](https://github.com/Necas209/DotNetExtensions/actions/workflows/codeql.yml)
8+
69
## Installation
710

811
You can install the package via NuGet:

0 commit comments

Comments
 (0)