From db525df7c5cc5c713533f71dcc6b2b4b89353cc2 Mon Sep 17 00:00:00 2001 From: Gabriel De La Parra Date: Wed, 24 May 2023 10:38:10 +0200 Subject: [PATCH 1/3] Update README.md --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index 155dcf2..0b3bfff 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,4 @@ # Wororo.Utilities A set of personal extensions and utilities that I use on my projects. -![Build and Test](https://github.com/gabrieldelaparra/Wororo.Utilities/workflows/Build%20and%20Test/badge.svg) - -Not sure why this one is failing, but it is up to date (:\ ![Publish to Nuget](https://github.com/gabrieldelaparra/Wororo.Utilities/workflows/Publish%20to%20Nuget/badge.svg) From 1f7632eb2b856965ebd1462d5e7f96990a03c392 Mon Sep 17 00:00:00 2001 From: Gabriel De La Parra Date: Wed, 24 May 2023 10:39:01 +0200 Subject: [PATCH 2/3] Update nuget.yml --- .github/workflows/nuget.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nuget.yml b/.github/workflows/nuget.yml index 322fedf..7d7645c 100644 --- a/.github/workflows/nuget.yml +++ b/.github/workflows/nuget.yml @@ -1,4 +1,4 @@ -name: Publish to Nuget +name: Build, Test, Publish to Nuget on: push: branches: From 5ad1551eba38886f50699373d6e6d654fb4997eb Mon Sep 17 00:00:00 2001 From: Gabriel De La Parra Date: Wed, 24 May 2023 10:39:34 +0200 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0b3bfff..a368abd 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ # Wororo.Utilities A set of personal extensions and utilities that I use on my projects. -![Publish to Nuget](https://github.com/gabrieldelaparra/Wororo.Utilities/workflows/Publish%20to%20Nuget/badge.svg) +[![Build, Test, Publish to Nuget](https://github.com/gabrieldelaparra/Wororo.Utilities/actions/workflows/nuget.yml/badge.svg)](https://github.com/gabrieldelaparra/Wororo.Utilities/actions/workflows/nuget.yml)