From abb716dff5ecc2f9d5fa8303ea611750c3802249 Mon Sep 17 00:00:00 2001 From: Hajime Hoshi Date: Mon, 17 Aug 2020 01:04:23 +0900 Subject: [PATCH] Add GitHub Actions badge to README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 35e457c98..9a814f67d 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # Ebiten [![PkgGoDev](https://pkg.go.dev/badge/github.com/hajimehoshi/ebiten)](https://pkg.go.dev/github.com/hajimehoshi/ebiten) +[![Build Status](https://github.com/hajimehoshi/ebiten/workflows/test/badge.svg)](https://github.com/hajimehoshi/ebiten/actions?query=workflow%3Atest) [![Build Status](https://travis-ci.org/hajimehoshi/ebiten.svg?branch=master)](https://travis-ci.org/hajimehoshi/ebiten) [![Go Report Card](https://goreportcard.com/badge/github.com/hajimehoshi/ebiten)](https://goreportcard.com/report/github.com/hajimehoshi/ebiten)