From 926f4420227aaf87acf2840f360e4f2475f13b3b Mon Sep 17 00:00:00 2001 From: Ivan <98037481+IvanZosimov@users.noreply.github.com> Date: Tue, 31 Jan 2023 10:29:16 +0200 Subject: [PATCH] Update workflow badges (#377) --- 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: