From 2d2bbb0704ca05f3f76ffab2ea9f43d8cd826e15 Mon Sep 17 00:00:00 2001 From: Twarit Waikar Date: Mon, 19 Apr 2021 19:20:42 +0530 Subject: [PATCH] Add C/C++ CI badge to README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 661aee1..c6ebee7 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +[![C/C++ CI](https://github.com/godotengine/godot-git-plugin/actions/workflows/build.yml/badge.svg)](https://github.com/godotengine/godot-git-plugin/actions/workflows/build.yml) + # GDNative Based Git Plugin for Godot Version Control Editor Plugin Git implementation of the Godot Engine VCS interface in Godot. We use [libgit2](https://libgit2.org) as our backend to simulate Git in code.