From cb66d22b94473fd7624c22304a73fdc8f7295952 Mon Sep 17 00:00:00 2001 From: Zachary Yedidia Date: Mon, 30 Jan 2023 17:42:34 -0800 Subject: [PATCH] Update readme build badge for github actions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9754bd2c..4d897ce2 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ micro logo -[![Build Status](https://travis-ci.org/zyedidia/micro.svg?branch=master)](https://travis-ci.org/zyedidia/micro) +![Test Workflow](https://github.com/zyedidia/micro/actions/workflows/test.yaml/badge.svg) [![Go Report Card](https://goreportcard.com/badge/github.com/zyedidia/micro)](https://goreportcard.com/report/github.com/zyedidia/micro) [![Release](https://img.shields.io/github/release/zyedidia/micro.svg?label=Release)](https://github.com/zyedidia/micro/releases) [![MIT License](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/zyedidia/micro/blob/master/LICENSE)