From 6c5eddfa0fc5a0ec2e58be7d0d2d99834566d178 Mon Sep 17 00:00:00 2001 From: Konstantin Dyachenko Date: Wed, 17 Jan 2024 22:27:25 +0300 Subject: [PATCH] Add GitPod support --- .gitpod.yml | 6 ++++++ README.md | 2 ++ 2 files changed, 8 insertions(+) create mode 100644 .gitpod.yml diff --git a/.gitpod.yml b/.gitpod.yml new file mode 100644 index 0000000..71f54d1 --- /dev/null +++ b/.gitpod.yml @@ -0,0 +1,6 @@ +image: gitpod/workspace-dotnet + +tasks: + - name: Setup and test + init: dotnet restore + command: dotnet --version \ No newline at end of file diff --git a/README.md b/README.md index 329db13..1fe2e17 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +[![Gitpod](https://img.shields.io/badge/Gitpod-ready--to--code-blue?logo=gitpod)](https://gitpod.io/#https://github.com/linksplatform/Data.Doublets.Json) + [![NuGet Version and Downloads count](https://buildstats.info/nuget/Platform.Data.Doublets.Json)](https://www.nuget.org/packages/Platform.Data.Doublets.Json) [![Actions Status](https://github.com/linksplatform/Data.Doublets.Json/workflows/CD/badge.svg)](https://github.com/linksplatform/Data.Doublets.Json/actions?workflow=CD) [![Codacy Badge](https://app.codacy.com/project/badge/Grade/cd23af97753f4dc2be394daeb2175042)](https://www.codacy.com/gh/linksplatform/Data.Doublets.Json/dashboard?utm_source=github.com&utm_medium=referral&utm_content=linksplatform/Data.Doublets.Json&utm_campaign=Badge_Grade)