From c2d9d1ef371f0d480f50d93978399507c3d5e749 Mon Sep 17 00:00:00 2001 From: c-bata Date: Sat, 19 Sep 2020 01:57:47 +0900 Subject: [PATCH] Replace CI status badge --- .github/workflows/test.yml | 4 ++-- README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d59d696..d80629a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,4 +1,4 @@ -name: Run tests +name: tests on: pull_request: branches: @@ -6,7 +6,7 @@ on: jobs: test: - name: Test + name: Run tests runs-on: ${{ matrix.os }} strategy: matrix: diff --git a/README.md b/README.md index 2c8e425..e3b3472 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [![Go Report Card](https://goreportcard.com/badge/github.com/c-bata/go-prompt)](https://goreportcard.com/report/github.com/c-bata/go-prompt) ![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square) [![GoDoc](https://godoc.org/github.com/c-bata/go-prompt?status.svg)](https://godoc.org/github.com/c-bata/go-prompt) -[![Build Status](https://travis-ci.org/c-bata/go-prompt.svg?branch=master)](https://travis-ci.org/c-bata/go-prompt) +![tests](https://github.com/c-bata/go-prompt/workflows/tests/badge.svg) A library for building powerful interactive prompts inspired by [python-prompt-toolkit](https://github.com/jonathanslenders/python-prompt-toolkit), making it easier to build cross-platform command line tools using Go.