From 9fb3d9088aaff2c395dca161cbdbe5d242806fee Mon Sep 17 00:00:00 2001 From: Leroy Hopson Date: Fri, 17 Dec 2021 15:44:47 +0700 Subject: [PATCH] Update status badges --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 25123f3..65c5c63 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,9 @@ # GodotXterm -![Godot Version](https://img.shields.io/badge/godot-3.3+-blue.svg) -![License](https://img.shields.io/badge/license-MIT-green.svg) -[![Build Status](https://github.com/lihop/godot-xterm/workflows/build/badge.svg?branch=master)](https://github.com/lihop/godot-xterm/actions?query=branch%3Amaster) +![Godot Version](https://img.shields.io/badge/Godot-3.3+-blue.svg) +![License](https://img.shields.io/badge/License-MIT-green.svg) +[![Build and Test](https://github.com/lihop/godot-xterm/actions/workflows/main.yml/badge.svg?event=schedule)](https://github.com/lihop/godot-xterm/actions/workflows/main.yml) GDNative terminal for Godot. Built using [libtsm](https://www.freedesktop.org/wiki/Software/libtsm/), [libuv](https://github.com/libuv/libuv), and [node-pty](https://github.com/microsoft/node-pty).