From 8fc67cac55d2aa45fc583fc992bd9cbd70dbc205 Mon Sep 17 00:00:00 2001 From: Bo-Yi Wu Date: Sat, 2 Oct 2021 21:10:58 +0800 Subject: [PATCH] docs: add github actions badge Signed-off-by: Bo-Yi Wu --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 18972be..20b06de 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # static middleware -[![Build Status](https://travis-ci.org/gin-contrib/static.svg)](https://travis-ci.org/gin-contrib/static) +[![Run Tests](https://github.com/gin-contrib/static/actions/workflows/go.yml/badge.svg)](https://github.com/gin-contrib/static/actions/workflows/go.yml) [![codecov](https://codecov.io/gh/gin-contrib/static/branch/master/graph/badge.svg)](https://codecov.io/gh/gin-contrib/static) [![Go Report Card](https://goreportcard.com/badge/github.com/gin-contrib/static)](https://goreportcard.com/report/github.com/gin-contrib/static) [![GoDoc](https://godoc.org/github.com/gin-contrib/static?status.svg)](https://godoc.org/github.com/gin-contrib/static)