From 32631c86ed545d4624bb577c58acc1be6e927465 Mon Sep 17 00:00:00 2001 From: IvanZosimov Date: Fri, 27 Jan 2023 11:47:42 +0100 Subject: [PATCH] Update workflow badges --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 87115c4..b275fc3 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # setup-dotnet -[![GitHub Actions Status](https://github.com/actions/setup-dotnet/workflows/Main%20workflow/badge.svg)](https://github.com/actions/setup-dotnet) +[![Basic validation](https://github.com/actions/setup-dotnet/actions/workflows/basic-validation.yml/badge.svg?branch=main)](https://github.com/actions/setup-dotnet/actions/workflows/basic-validation.yml) +[![e2e tests](https://github.com/actions/setup-dotnet/actions/workflows/e2e-tests.yml/badge.svg?branch=main)](https://github.com/actions/setup-dotnet/actions/workflows/e2e-tests.yml) This action sets up a [.NET CLI](https://github.com/dotnet/sdk) environment for use in actions by: